Forum: PHP Mar 24th, 2007 |
| Replies: 3 Views: 1,008 Re: find the parse error I tested your last version:
I did not get any errors. If you still get the error,maybe in the statement previous to this one, the ";" is missing.
i have done this kind of errors several times .:) |
Forum: PHP Mar 24th, 2007 |
| Replies: 6 Views: 3,857 Re: updating records using php and mysql According to the UPDATE syntax, I observe that your $query1 is missing the WHERE clause to select the record or records to be updated.
The specification says that if the WHERE is missing, every row... |