Posted by Philip Olson on 03/25/05 06:40
> > 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"))) { > ... > } > Yes that's one way but to answer the question: if ($a == 'foo' OR $a == 'bar') { Regards, Philip
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming