Forum: PHP 17 Days Ago |
| Replies: 1 Views: 208 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 Perhaps the query on line 41 is not being executed. |
Forum: PHP Aug 15th, 2009 |
| Replies: 7 Views: 590 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 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 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 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 That did it! Thank you! Guess my PHP book has a typo! |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 1,146 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 |
Forum: PHP Jan 26th, 2008 |
| Replies: 1 Views: 1,659 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 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 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 A program to search IT forums for other threads about the same question you have. |