how to make capital letters in php capitalise words
RegisterLogin
how to make capital letters in php capitalise words
Post Description: how to make capital letters in php capitalise words
Tags: how, to, make, capital, letters, in, php, capitalise, words
This Post Was Posted On Feb 29, 2008 By web hosting #1312
Post Description: how to make capital letters in php capitalise words
Tags: how, to, make, capital, letters, in, php, capitalise, words
This Post Was Posted On Feb 29, 2008 By web hosting #1312
how to make capital letters in php capitalise words by web hosting
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);
?>
$word = "wallpaperama is cool";
echo ucwords($word);
?>
the output will be:
Wallpaperama Is Cool
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Tue Dec 20, 2011 5:26 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3