Make every letter in a PHP string lowercase
RegisterLogin
Make every letter in a PHP string lowercase
Post Description: Make every letter in a PHP string lowercase
Tags: Make, every, letter, in, a, PHP, string, lowercase
This Post Was Posted On Feb 29, 2008 By tanmas #1254
Post Description: Make every letter in a PHP string lowercase
Tags: Make, every, letter, in, a, PHP, string, lowercase
This Post Was Posted On Feb 29, 2008 By tanmas #1254
Make every letter in a PHP string lowercase by tanmas
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#1685 1
you can use php strtolower() funtion
if you have something like this:
$string = "Wallpaperama ROCKS";
you can use
echo strtolower($string);
and it will display this:
wallpaperama rocks
which all the letters in the string will be covert it to lower case letters
if you have something like this:
$string = "Wallpaperama ROCKS";
you can use
echo strtolower($string);
and it will display this:
wallpaperama rocks
which all the letters in the string will be covert it to lower case letters
Jun 20, 2007 Reply Report abuse
©2011 Webune Forums - Wed Dec 21, 2011 4:39 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3