Hello, did not work to compare strings (one from the base, the other with forms)
$var1 = "string";
$var2 = "string";
if (strcasecmp($var1, $var2) == 0) {
After the crazies, I decided to check their md5 and it turned out the lines it's different. For example, the Cyrillic letter "a" from database "a" from the html form have ...