--- 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

A "single equals" is "=" not "!=". Otherwise, you would be correct.

Chris

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

Reply via email to