Hi Guys,
How can I check for case sensitive usernames and passwords using PHP & MySQL?
I have tried the following without success:
Thanks in advance...PHP Code:select id from table where username='".$_POST['username']."' and password='".md5($_POST['password'])."' collate latin1_bin








Bookmarks