bqheath Posted February 2, 2007 Share Posted February 2, 2007 Link to comment https://forums.phpfreaks.com/topic/36811-need-help-with-a-login-script-thats-not-working/ Share on other sites More sharing options...
sayedsohail Posted February 3, 2007 Share Posted February 3, 2007 First try echo "$_POST['uname']"; if this works than Than try removing the single quotes from ".$_POST['uname']." Should be $name_check = $db_object->query("SELECT username FROM users WHERE username = ".$_POST['uname'].""); Hope this should solve your problem. Link to comment https://forums.phpfreaks.com/topic/36811-need-help-with-a-login-script-thats-not-working/#findComment-176026 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.