PascalNouma Posted June 1, 2010 Share Posted June 1, 2010 Hey everyone, I've 2 php files called login.php and account.php and 1 sql file called details.sql. In details there is table called customer where username and password are stored. So in login page, I wanna login with the existing username & password to access account.php. I need to get alert or output or error message for both cases (for wrong password and for wrong username seperately). By the way, I need to use SESSION for this case. Could you please help me for this question? Thanx Link to comment https://forums.phpfreaks.com/topic/203577-login-verification-on-phpmysql/ Share on other sites More sharing options...
marcus Posted June 1, 2010 Share Posted June 1, 2010 Many tutorials exist for this, here's one of mine: http://phpsquad.net/text.php?id=2 Link to comment https://forums.phpfreaks.com/topic/203577-login-verification-on-phpmysql/#findComment-1066375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.