nitsmooth Posted May 27, 2008 Share Posted May 27, 2008 plz tell me wats wrong with the query ..... its giving an error $login = mysql_query("select * from student_login where (username = '" . $_POST['username'] . “‘) and (password = ‘” . md5($_POST['password']) . “‘)”,$db); Link to comment https://forums.phpfreaks.com/topic/107396-ppp-login-code-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.