Capitilize strings in PHP
| Published on 5/22/2008 by Site Editor More articles in PHP
|
If you're a developer and must update an old applications, you should play with strings and transform them. With some hacks of PHP we can capitalize strings. We may use ucwords functions in PHP. But if you try this function directly you can not see a sucessful transformation. First you need to transform all characters to lower case and later you must use this functions. |
no comments submitted
Latest Posts
- Image manipulation and watermarking in PHP with GD2
- Making A Cool Login System With PHP, MySQL & jQuery
- Build a customizable RSS feed aggregator in PHP
- Custom RSS 2.0 Content Feeds using OOP
- PHP Development: Getting Started
- How to Count all elements in an array
- Making A Cool Login System With PHP, MySQL & jQuery
- Screen capture with PHP and GD
- Database driven web counter with PHP/mySQL



