I finally found it in my notes, it was sql_regcase()
Rolf Brusletto wrote:
Adam Williams wrote:
Hi,Adam -
does anyone happen to know off hand the function that will ignore case for data inputted via text from a <form></form>? I don't remember it off hand and can't find it in the function list on php.net. Basically it changes the text in the string from a character to [a-Z] for each character. I know it exists because i've used it before. Any help? Thanks
here ya go..
http://www.php.net/strtolower
Rolf Brusletto http://www.phpExamples.net
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php