Basically I have 2 strings. They are EXACTLY the same string. However, when I do if ($a == $b) it says they are different. I print them out, they are exactly the same I see on browser.
The string’s a password, $a can login but $b cannot login. What gives? Weird!
if (trim($a) == trim($b))