Have you tried strcasecmp() or strcmp()? See the
manual for reference.

Piotr
 
--- Brennan Mann <[EMAIL PROTECTED]> wrote:
> 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
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to