View Single Post
(#72 (permalink))
Old
dell's Avatar
dell dell is offline
Senior Member
dell is on a distinguished road
 
Posts: 360
Join Date: Apr 2008
Location: hell
Red face 06-23-2008, 09:52 PM

Quote:
Originally Posted by Heza View Post
Thank you..... you've saved me yet again

Now im down to another error on line 59 which basically says the same thing and heres 159

$sql = "SELECT * FROM 'users' WHERE `username`='{$username}'";
try this:
$sql = "SELECT * FROM 'users' WHERE `username`='{$username}';

the error means that there is a ; or , or " or ' out of place, or dont belong there try playing with it for it to work


This edit signature page looks.. COOL!!!
Reply With Quote