tomhartley Posted April 21, 2012 Share Posted April 21, 2012 I have added this into my php login system: $query = mysql_query("SELECT * FROM users WHERE username='$username'"); But when I login in to the system it says Parse error: syntax error, unexpected T_VARIABLE Please help, idk what to do! Link to comment https://forums.phpfreaks.com/topic/261369-help-please/ Share on other sites More sharing options...
fenway Posted April 21, 2012 Share Posted April 21, 2012 That's a PHP error -- and usually it gives you a line number. Link to comment https://forums.phpfreaks.com/topic/261369-help-please/#findComment-1339320 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.