Hi
I'm using PHP and mySQL along with Dreamweaver UltraDev to develop a php site.
I have managed to get simple PHP scripts to work on the server, and can also get simple SQL queries working in conjunction with the mySQL database, however, when I include a WHERE clause in the SQL, I get a parse error like:
Parse error: parse error in /var/www/html/folder/filename.php on line 14
When I remove the WHERE clause, the page works perfectly.
I have tested the WHERE clause in mySQL and it works fine, so there is no drama with the SQL statement in itself.
Any ideas as to what's going wrong?
Any help would be greatly appreciated.
Thanks,
David