More information on the problems... $string1 = rtrim($line[0]); $string2 = ($_SESSION['username']); rtrim( $string2 ); rtrim( $string1 );
Here is what is being done to the two string. The session variable is being loaded from a form when the user logs on.. Thanks, Brennan "Brennan Mann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello Everybody, > > Is there a way to do a hex view on strings. Right now my if statement is > evaluating to false when I compare these two strings: > S1: 1000 > S2: 1000 > If ($s1 == $s2) should evaluate to true not to false. > I tried a couple different things to see if I could get it the statement to > evaluate to true and this worked: > if($string1 == "1000"), but I can't get it to work with both variables. Both > variables are string type. Any Ideas? > > Thanks, > Brennan > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php