23.05.2010, 15:07
Quote:
Originally Posted by Matthias_
Uhm, I don't think you can have a space in the fieldname
|
Quote:
Originally Posted by ┤ŞąiBЄЯҒПŋ├
Quote:
if(!mysql_query($query4)) instead of if(!mysql_query(query4)) Код:
$query4 = mysql_query("UPDATE users SET `Admin Level` = `1` WHERE `Username` = '$user'"); if(!mysql_query($query4)) { echo mysql_error(); } |
Also: You use single quotes and the `` together. I don't know what you call them, but they are next to the 1 key on your keyboard. I don't know if it matters, but I remember (not very good.. my mind isn't that good at remembering

