> Any other problems aside, this is not how you do 'Not Equal'.
>
>   $site_style!="10"
>
> is correct syntax.

No, !== is quite valid.  It is the non-equality version of ===

See http://www.php.net/manual/en/language.operators.comparison.php

-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