crashmaster Posted December 29, 2007 Share Posted December 29, 2007 Hi there, I have db with users. username could be [A-Z][a-z] [0-9][.-_] When the user is login PHP script do this -> mysql_query ("SELECT * FROM users WHERE username='$_POST[username]' AND password='md5($_POST[password]' LIMIT 1"); But user has to enter his name exactly for exmpl.: CrUelB.oy What I want is a possibility to enter nickname without case sensetivity.. for example: cruelb.oy Can anybody help me ? Quote Link to comment https://forums.phpfreaks.com/topic/83588-mysql-login-with-php/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.