On Wed, 2007-05-23 at 10:10 -0500, Greg Donald wrote: > On 5/23/07, kvigor <k3cheese@xxxxxxxxxxxxx> wrote: > > [-- SNIPPITY SNIP SNIP --] > > != 'Texas' || $value!= 'TX' || $value != 'Utah' || $value!= 'UT' || $value > > != 'Vermont' || $value!= 'VT' || $value != 'Virginia' || $value!= 'VA' || > > $value != 'Washington' || $value!= 'WA' || $value != 'West Virginia' > > ||$value!= 'WV' || $value != 'Wisconsin' || $value!= 'WI' || $value != > > 'Wyoming' || $value!= 'WY') //if they don't the match these > > You should really look into learning in_array() for stuff like this. Wouldn't that slow things down and increase the memory footprint? ;) Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php