Posted by Josh Whiting on 03/25/05 05:44
> 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
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming