PDA

View Full Version : Php Error advice


Callme
03-23-2008, 04:36 AM
Im using a script to carryout a search on a mysql database and im getting the following error:

"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use"

Can anyone provide some info on this, is this something to do with the sql query i am using? Any advice would be must appreciated.

SnakEyez
03-23-2008, 08:57 PM
Were you on a server that was recently migrated to PHP/mySQL 5?

Also could you please post your SQL code because this problem is directly related to that code.