the php string functions strstr and stristr are faster and just as usefull as the regex stuff in this case, strstr(string haystack, string needle) is case sensitive, and stristr is insensitive.-dan
_________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php