How To Make String Into Lower Case Letters In PHP

Mobile
feeds
Welcome Login | Register

How To Make String Into Lower Case Letters In PHP
  Forums Index
      » PHP Forums
        » » how to make string into lower case letters in PHP



How To Make String Into Lower Case Letters In PHP
Post Description:
Post Tags: how, to, make, string, into, lower, case, letters, in, php, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 827 Times Since Sat Feb 23, 2008 1:29 pm Posted By hostman with 0 replies
Next Post »» Fatal error: Function name must be a string in myfile.php on line 130
How To Make String Into Lower Case Letters In PHP
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






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About How To Make String Into Lower Case Letters In PHP




(0) Comments