39,326 Topics

Member Avatar for
Member Avatar for mlucianpavel1

Hello. I'm trying to make a dropdown script to work and I'm stuck to a point where I feel the answer is simple ,but I simply can't see it . The script should display data from the MySQL Database when I choose the last option but I don't know how …

Member Avatar for mlucianpavel1
0
465
Member Avatar for mkarmi

I have changed root directory in xampp ( the documentroot and directory) and restart it, it worked but when I click on admin I got "Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again." …

Member Avatar for mkarmi
0
76
Member Avatar for shlokka

hi everyone, i have an irritating issue with the code editor in cpanel... whats started happening is if i click any line of code after around line 100 the code displays 3 lines above, and sits ontop of the code that is actually on those above lines! the further down …

Member Avatar for Squidge
0
161
Member Avatar for weirdCreature7

Pls. help me with this code :) the alert box is not appearing and it goes directly to homebody_admin.php I want the homebody_admin.php to appear after I click the ok button on alert box pls help. Your help is highly appreaciated! thanks in advance :) if($password!= mysql_result($result, 0)) { echo …

Member Avatar for weirdCreature7
0
179
Member Avatar for CarterLangley

This has got me very confused. Here is the code but it is not doing what it should do!! echo "<span class='vehicle_table_normal'>";$str_bodystyle=str_replace("," ,"<br />",$bodystyle);$str_bodystyle=str_replace("-" ,"&#45; ",$bodystyle);$str_bodystyle=str_replace(" - " ," &#45; ",$bodystyle);echo $str_bodystyle; The first replace is the most important for display purposes at this moment. The next two are because …

Member Avatar for CarterLangley
0
116
Member Avatar for Rolo Tomassi

Learning php. Set-up IIS7 on my local Win 7 computer. Accessing data from an Oracle database. Dreamweaver for IDE. Created a simple form.php page, POST action to process.php, pulls data from Oracle. Works fine (for my first php project). But when I edit the process.php file to try other techniques, …

Member Avatar for cereal
0
204
Member Avatar for hr.Ziggurat

Hi. i'm trying to login to an asp login page via php and curl... i wrote this code by google help. i expect see originale login page whith invalid username and password message , but i see only 'Object moved to here.' error. <?php $urlLogin = "http://xxxx/LoginPage.aspx"; $nameUsername='txtUsername'; $namePassword='txtPassword'; $valUsername …

Member Avatar for hr.Ziggurat
0
2K
Member Avatar for gacoekchip.pokher

hi all, help me please. CREATE TABLE `a_table` ( `id` int(11) NOT NULL, `phone` varchar(20) NOT NULL, `group` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `a_table` VALUES (1, '111', 'cd'); INSERT INTO `a_table` VALUES (2, '222', 'cd'); INSERT INTO `a_table` VALUES (3, '333', 'cd'); INSERT …

Member Avatar for veedeoo
0
131
Member Avatar for davy_yg

Form Captcha <script> function checkForm() { if (document.forms.myphpform.elements['yname'].value.length == 0) { alert('Please enter a value for the "Name" field'); return false; } if (document.forms.myphpform.elements['email'].value.length == 0) { alert('Please enter a value for the "Email" field'); return false; } if (document.forms.myphpform.elements['message'].value.length == 0) { alert('Please enter a value for the "Message" …

Member Avatar for davy_yg
0
1K
Member Avatar for cubalibras

Hello all, I'm having a bizarre problem with the most basic of logins. I'm using a function to pass two parameters, just email and password but it just will not work and I can't understand why. I ran the query in the database and it returned a COUNT value of …

Member Avatar for cubalibras
0
147
Member Avatar for rgutierrez1014

I'm using a code snippet from the Invision Power Board forum software on my own site to, sort of, connect the two. I have a "member bar" that I wanna put on every page in my website that has a login link, profile link, etc. I've already done this, the …

Member Avatar for almostbob
0
274
Member Avatar for gorybmovie

I am trying to setup a php testing server in Dreamweaver that connects to my webhost at webhostingpad.com. My webhost has php installed on it so I know I don't need to download xampp but I am still clueless as to how to set this up. Please help.

Member Avatar for almostbob
0
243
Member Avatar for heshanm

Hi All, I want to add data for the time tables. I have created 3 fields namely grade, class and stream which is only relevant for advanced level classes. otherwise the "stream" field should be disabled. In my database the class table and grade tables were already populated with data. …

Member Avatar for heshanm
0
223
Member Avatar for MMadhavi

Plz help me. I want to insert data in table which is filled by user. But i want to keep that insert query code in same file where i have created my html form. I want not to make insert.php individually. In this way i want to insert data in …

Member Avatar for broj1
0
115
Member Avatar for joshl_1995

Hello, I want to combine all my database table in to one line so i can put it all in the url e.g. Name | Times __________________________ test1 | 1 __________________________ test2 | 2 __________________________ This is how i want it to look in the url (Result.php?loggedin=true&links=test1-1_newline_test2-2)(_newline_ means that will …

Member Avatar for jstfsklh211
0
281
Member Avatar for heshanm

Hi guys, In the below form when a user enters an admission number and click on the relevant type report the report was generated. ..Then I want something like this.When a user enters an admission number which is already existing, a validation should come as "The number already existed". How …

Member Avatar for jstfsklh211
0
136
Member Avatar for MMadhavi

how to get the data dynamically in drop down list? I want to use the drop down list in my html form's code but i wnat to fatch the data from my table. Plz help me

Member Avatar for pritaeas
0
65
Member Avatar for AshokGanesan

When i am trying to register the DLL(php_printer.dll) using regsvr32 the error which i come across is -- (Loadlibrary failed. The specified module could not be found). Why i am not able to install? I really struck with this problem. Any help is really appreciated.

Member Avatar for pritaeas
0
145
Member Avatar for kausty

Who ma it concern! i am making projes=ct on online shopping. i have a field "search product" for product search in web site, i just want ajax query for that, which can highlight product if exists.

Member Avatar for pritaeas
0
152
Member Avatar for confstu

Hello, a noob in web programming here. Doing some course related database, would appreciate any help :), I want to ask whether any of you can help me on how to retrieve get data from mysql using php function, but separate each data from mysql one by one, cause i …

Member Avatar for confstu
0
242
Member Avatar for ckchaudhary

Hi all, i have the data coming from a json file. I need to print (echo) this into html. here's a part of json file "title": null, "about_us": "Asteria Grill welcomes you! I have tried many times to convince myself not to pursue another restaurant. However, it's my favorite hobby …

Member Avatar for ckchaudhary
0
94
Member Avatar for rayidi

I have problem with writing csv file using **fputcsv**. Its putting the page html also into the csv file. Whats wrong with my code ? //Excel header header("Content-Disposition: attachment; filename=\"Delivery_Reports.csv\";" ); header("Content-type: application/vnd.ms-excel"); $out = fopen("php://output", 'w'); $flag = false; // $result = mysql_query("SELECT * FROM senderids ") or die('Query …

Member Avatar for ddsuresh
0
4K
Member Avatar for AshokGanesan

Is it possible to print a barcode from the client machine which is connected to the Barcode machine using PHP?

Member Avatar for chrishea
0
37
Member Avatar for calebcook

HI. I've tried other codes, but they don't seem to work. What I'm trying to do, is grab a result from google's shopping page, and display it on my page. I only want the title, which is in the tag:[CODE]<h3 class="result-title">TITLE</h3>[/CODE] How do I do that in PHP? Thanks!

Member Avatar for karlmarsh05
0
2K
Member Avatar for hsthompson

Hi. I'm Mike, a developer in Los Angeles, working for a small company. Quick question: I want to write something that's potentially a contract job posting (at the company I work for), but really the project isn't defined well enough yet for me to be comfortable handing it off, saying …

Member Avatar for hsthompson
0
234
Member Avatar for vishalonne

Dear All How can I send mail from my site using SMTP outgoing mail server. I tried and checked may way but not achive any positive result. Here is my mail server detail- SmtpServer="mail.cbsecsnip.in"; SmtpPort="587"; SmtpUser="support@cbsecsnip.in"; SmtpPass="password@123"; // assume this is the password Can any body help me out in …

Member Avatar for Squidge
0
242
Member Avatar for cscheck

I need a bit of help understanding what I should do here. I have an .php page called view that has the following drop down form code in it. $sql = "SELECT DISTINCT dept FROM sw_lic WHERE dept != ''"; // (1) $result2 = mysql_query($sql); echo "<form action='NB_sw_lic/filter_view.php?$nt' method='POST'>"; // …

Member Avatar for fobos
0
242
Member Avatar for gacoekchip.pokher

Hi All, help me please!. How to create Query for my project problem. Mysql table: CREATE TABLE `outbox` ( `id` INT( 11 ) NOT NULL , `phone_number` VARCHAR( 20 ) NOT NULL , `text` VARCHAR( 160 ) NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; …

Member Avatar for LastMitch
0
166
Member Avatar for ziadkassam

Hello, I want to learn a framework for using php, I think wordpress is the perfect one, if there another opinion please tell me, and what is the right source to learn this framework.

Member Avatar for pritaeas
0
152
Member Avatar for LastMitch

Hi I want to know has anyone used **PEAR** or **htmLawed**? **PEAR**: http://pear.php.net/ **htmLawed**: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/index.php I download the both files (**PEAR** & **htmLawed**) For **htmLawed** it's looks very simple to used but not sure how I can adapted to the websites? As for **PEAR** I finally got it installed! There's …

Member Avatar for LastMitch
0
161

The End.