To compare strings in a PHP function, you can generally use a simple evaluation such as "if($string1==$string2)." Sometimes, however, two strings in a PHP function can have subtle differences between them --- a consequence of the way PHP treats varia...