Jump to content

MySQL login with PHP


crashmaster

Recommended Posts

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 ?

Link to comment
https://forums.phpfreaks.com/topic/83588-mysql-login-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.