César Aracena wrote:

>Just usa an OR concatenator like:
>
>If ($idx != '1' OR $idx != '4' OR $idx != '9'){
>echo $results;
>}
>

Actually, this statement will always evaluate to true. I think you mean 
to use &&.

Chris


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

Reply via email to