How To Make String Into Lower Case Letters In PHP
how to make string into lower case letters in php
how, to, make, string, into, lower, case, letters, in, php
How To Make String Into Lower Case Letters In PHP
Post Description: how to make string into lower case letters in php
POST# 466
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: 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


No Repies
(0) Comments for How To Make String Into Lower Case Letters In PHP

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