[Solved] lower case
Posted: Tue Dec 16, 2003 11:16 pm
ok, I want to make a string all lowercase so I can use it in a link
$string = "Abandoned Pools";
$ltr = $string[0]
this would return A, but I need a
How would I do this?
$string = "Abandoned Pools";
$ltr = $string[0]
this would return A, but I need a
How would I do this?