Quote:
Originally Posted by Heza
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