Theoretically, either/or I'm assuming. If A isn't 10 or A isn't 9...

So I'm assumuming that my IF's are way off base?

This is definitely something that'll be helpful for my other work as well.

Thanks

__________________
Jason Dulberg
Extreme MTB
http://extreme.nas.net

> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: October 4, 2001 12:41 AM
> To: Jason Dulberg
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] php in css not working with IF's
> 
> 
> > if (($BROWSER_PLATFORM == "Win") && (($site_style!=="10") ||
> > ($site_style!=="9"))) {
> 
> Common logic mistake.
> 
>   if ( A != 10 or A != 9 )
> 
> Which value of A would make that logic false?
> 
> -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