> --- electroteque <[EMAIL PROTECTED]> wrote:
> > if ($_GET['sc'] !== '2' || $_GET['sc'] !== 8) {
> >
> > for me single equals seem to assign the variable with the value
> > double equals seem to check the variable for the value

>From the, imagine this, Manual:

      $a != $b Not equal TRUE if $a is not equal to $b.

      $a !== $b Not identical TRUE if $a is not equal to $b, or they are not
of the same type. (PHP 4 only)


---John Holmes...


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

Reply via email to