Thread
:
capitalizing variables for display
View Single Post
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
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
View Public Profile
Find More Posts by Mouldy_Goat