On Wed, May 23, 2007 10:48 am, Robert Cummings wrote: > 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? ;) Not in any meaningful way. And a huge gain in maintainability/readability for a meaningless loss in performance is a "win" -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php