I'm got this error when moved server.
Code:
SELECT * FROM video AS video
WHERE userid = 1
ORDER BY dateline DESC
LIMIT a;
MySQL 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 near 'a' at line 4
Error Number : 1064
Request Date : Saturday, July 25th 2009 @ 09:51:25 PM
Error Date : Saturday, July 25th 2009 @ 09:51:25 PM
Script : http://*****/member.php?action=getinfo&u=1
How to fix this ?
thanks