Quote Originally Posted by bxflow View Post
thanx,


#1064 - 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 ''SELECT * FROM fblike ORDER BY id DESC LIMIT 0,1' at line 1
Try it again. You have an extra ' before the SELECT that shouldn't be there. Probably an error copying and pasting it.

PHPmyadmin checked for
Code: 
'SELECT * FROM fblike ORDER BY id DESC LIMIT 0,1
when it should be
Code: 
SELECT * FROM fblike ORDER BY id DESC LIMIT 0,1