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
can you show me how i can make all the letters in a sentence or words into small lettter, by small letters i maan into lower case instead of capitalized or uppercasing.
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
Jun 20, 2007 Reply Report abuse
©2011 Webune Forums - Wed Dec 21, 2011 4:39 am
Powered by: Webune Forums V3