Re: OR statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> This work fine, however, I would like to add to the criteria above. I would
> like to say:
> 
>  if ($audio == "Cool" or "junk" or "funky"){
> 
> ...
> 

if (in_array($audio,array("Cool","junk","funky"))) {
...
}

not the most elegant looking but it gets the job done.

/josh w

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux