Make Every Letter In A PHP String Lowercase
make every letter in a php string lowercase
make, every, letter, in, a, php, string, lowercase
Make Every Letter In A PHP String Lowercase
Post Description: make every letter in a php string lowercase
POST# 413
Posted On: Fri Feb 29, 2008 12:01 pm
tanmas
Topic: Make Every Letter In A PHP String Lowercase
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.


Wed Jun 20, 2007 8:37 am
1
hostman
Reply #1004
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

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload