Adam Williams wrote:

Hi,

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



Adam -


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



Reply via email to