Search Results

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Dukane ; Forum: PHP and child forums
Forum: PHP 17 Days Ago
Replies: 1
Views: 208
Posted By Dukane
You might want to try using JavaScript to do this. What's happening in your code is that you use the referrer (the last page you visited to go back). so for example, you click a link on page A to go...
Forum: PHP Nov 1st, 2009
Replies: 5
Views: 309
Posted By Dukane
Perhaps the query on line 41 is not being executed.
Forum: PHP Aug 15th, 2009
Replies: 7
Views: 590
Posted By Dukane
The type of field you use in your HTML form should be "password" not "text". ie <input type="password" name="password">
Forum: PHP Aug 9th, 2009
Replies: 7
Views: 426
Posted By Dukane
This is because the variable $data contains a string which is your SQL string. The actual data is in $result. So your line should be
while($info = mysql_fetch_array( $data ))
Forum: PHP Aug 6th, 2009
Replies: 7
Views: 426
Posted By Dukane
I don't know if this will solve your whole problem but one thing is staring me in the face:


$data = mysql_query("SELECT title, first_name, surname, addr_line_1, addr_line_2, city, postcode,...
Forum: PHP Jul 19th, 2009
Replies: 36
Views: 2,471
Posted By Dukane
Just to make sure, you are something to the effect of "http://localhost/index.htm" in your address bar, NOT something "C:\Documents and Settings\My Documents\index.html", etc... right?
Forum: PHP Aug 10th, 2008
Replies: 2
Views: 1,146
Posted By Dukane
That did it! Thank you! Guess my PHP book has a typo!
Forum: PHP Aug 10th, 2008
Replies: 2
Views: 1,146
Posted By Dukane
I'm trying to process a text file saved in the directory below where the PHP script is running.

First, it lists all of the files in the directory, skipping over . and .. Finally, it attempts to...
Forum: PHP Feb 16th, 2008
Replies: 3
Views: 626
Posted By Dukane
Try using a captcha
Forum: PHP Jan 26th, 2008
Replies: 1
Views: 1,659
Posted By Dukane
Perhaps your web host does not allow connections from remote computers to their database server.

You could probably leave the FTP fields blank for an installation on your local machine. Just a...
Forum: PHP Jan 26th, 2008
Replies: 3
Views: 5,226
Posted By Dukane
Hmm...don't know if you could do just that, but you could pass a variable in your HREF and then have the PHP script read the variable and then call a certain function based on the variable.

For...
Forum: PHP May 5th, 2007
Replies: 3
Views: 1,069
Posted By Dukane
What e-mail address do you want the e-mail sent to? Is it praytotherock@hotmail.co.uk?
Forum: PHP Apr 19th, 2007
Replies: 7
Views: 2,468
Posted By Dukane
A program to search IT forums for other threads about the same question you have.
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC