> Ok. Wll show you with an example:
>
> if (($site_style!=="10") && ($site_style!=="9") && ($site_style!=="8"))
> { }
>
> elseif ($site_style=="10") {
> }
>
>
> Should simply be
>
>  if($site_style != ('10' or '9' or '8')) {}

Stop confusing the lad.  That obviously won't work.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to