how to make string into lower case letters in PHP

RegisterLogin
how to make string into lower case letters in PHP
Post Description: how to make string into lower case letters in PHP
Tags: how, to, make, string, into, lower, case, letters, in, PHP
This Post Was Posted On Feb 29, 2008 By web hosting #1307
to make your letters in a string to lower case you can use the strtolower() php function

$string = "HIGH CAPS";
echo "strtolower($string)";

OUTPUT: high caps

this is a great way to make caps letter into smaller letters
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Tue Dec 20, 2011 11:04 am
Powered by: Webune Forums V3