Jump to content

[SOLVED] Casesentative


Mustang89

Recommended Posts

User input is "Mark" and in the DB "MaRk". There are two different variables.

How do  I say that when not the same; error not the same try again or correct.  I want the comparsion to be casesentative.

User input is $res and $rs as where name and pwd is in the Database.

 

$result = mysql_query("SELECT name, pwd FROM loginpwd WHERE name='$res' AND pwd='$rs'");

while($row = mysql_fetch_array($result))

 

PHP v. 4.3.10

MYSQL v. 4.1.9

 

 

Link to comment
https://forums.phpfreaks.com/topic/50393-solved-casesentative/
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.