Forum: PHP Mar 24th, 2007 |
| Replies: 3 Views: 1,274 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: 25 Views: 7,397 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... |