$sql="SELECT * FROM 'image_upload' where uid='$uid' ";
I have written this query and it is showing me 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 ''image_upload' where uid=''' at line 1
Can you please rectify it..