Thanks all for the prompt responses. In case someone else searchs on the
list, the following code worked:

if($_GET['sc'] != '2' AND $_GET['sc'] !='8'){
    do this.....
 }

Thanks Jason, Jonathan W., John H, Ryan G., and Tony B.!


----- Original Message -----
From: "Jami" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 11:24 AM
Subject: [PHP] How to: If($var != '#' OR '#')


> I have code that says:
>
> if($_GET['sc'] != '2' OR '8'){
>     do this.....
> }
>
> but I doesn't work. What do I need to do to get it to work? I have checked
> operator precendence and all that and am still confused on whether I
should
> be using '||' or 'OR' or something else... I have tried both of those, as
> well as 'XOR' and '^'. Help please!
>
> Jami
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>



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

Reply via email to