Capitalize the First Letters in a String with PHP
This is a useful syntax just another one that just slips my mind.
View Code PHP
$string = 'john doe'; $new_string = ucwords($string); echo $new_string; //John Doe |
|
November 22, 2007Capitalize the First Letters in a String with PHPThis is a useful syntax just another one that just slips my mind. View Code PHP
Leave a Reply |
|
| © - Digital Epiphany Designs, Online Portfolio for Web Design, Custom Programming, Grapic Design and Game Design. | ||