How To Make Capital Letters In Php Capitalise Words
how to make capital letters in php capitalise words
how, to, make, capital, letters, in, php, capitalise, words
How To Make Capital Letters In Php Capitalise Words
Post Description: how to make capital letters in php capitalise words
POST# 471
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: How To Make Capital Letters In Php Capitalise Words

ucwords()



to capitalize a word you use the ucwords() function.

lest say i want to capitalise this: wallpaperama is cool

i can use this:

<?php
$word = "wallpaperama is cool";

echo ucwords($word);

?>


the output will be:
Wallpaperama Is Cool




No Repies
(0) Comments for How To Make Capital Letters In Php Capitalise Words

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