On Thu, Apr 23, 2009 at 4:30 AM, George Langley <george.lang...@shaw.ca> wrote:
>        Hi all. Maybe I'm just getting confused by all the languages I'm 
> trying to work with! But, isn't:
>
> if(!$var1 == $var2){

Means  if (NOT($var1) == $var2)
>
> the same thing as
>
> if($var1 != $var2){

means $var1 NOTEQUALS $var2

>
>        #1 doesn't work, #2 does.
:)

Lenin

www.twitter.com/nine_L

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

Reply via email to