tag:blogger.com,1999:blog-6950106.post-81308923493541636562008-07-11T13:05:00.000Z2008-07-11T13:05:00.000Z2008-07-11T13:05:00.000ZThanks for the code, this was just what I was look...Thanks for the code, this was just what I was looking for..<BR/><BR/><BR/>One thing I noticed...<BR/><BR/>if ($lowercase) array_map('strtolower', $array);<BR/><BR/>neeeds to be:<BR/><BR/>if ($lowercase) $array = array_map('strtolower', $array);Stephenhttp://www.blogger.com/profile/03211400871049219751noreply@blogger.com