View Single Post
Old 08-10-2002, 07:25 PM   PM User | #4
Mouldy_Goat
Regular Coder

 
Join Date: Jul 2002
Location: London, UK
Posts: 126
Thanks: 0
Thanked 0 Times in 0 Posts
Mouldy_Goat is an unknown quantity at this point
By the way, there's a command lc() which returns the lowercase version of its argument.. so you could use:
$data = lc($data);
instead.. not sure that it makes too much difference.
Mouldy_Goat is offline   Reply With Quote