[snip] >There are several ways .... here is one.... > Longer but seems more readable to me. [/snip]
Another way ....
$arrFoo = array (
'Copy Change',
'Banner Change',
'Price Change',
);
if(!(in_array($entry)) && ("" != $row['photo_check']))
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

