Twitist Forums
PLEASE HELP, I designed a simple forum apps using PHP and MSQL database, but i used to get this error ......? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Other forums (/forum-31.html)
+--- Forum: General Internet related Qustions (/forum-32.html)
+--- Thread: PLEASE HELP, I designed a simple forum apps using PHP and MSQL database, but i used to get this error ......? (/thread-131698.html)



PLEASE HELP, I designed a simple forum apps using PHP and MSQL database, but i used to get this error ......? - Aneke - 04-08-2014 07:25 PM

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id='4'' at line 1
/////////////////////////////////////////////////////////////////////
......the above statement is the error message that appears whenever i run the codes on my firefox browser.
I have checked everything and they are in order.
Please what is the meaning of the above error message if understands it


- robert m - 04-08-2014 07:35 PM

if all those quotes are in the actual sql statement, then that is your likely problem.
should be more like WHERE `id`=4