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
- How to Create an Image in PHP
- How to Prevent Email Injection in Your PHP Form to Mail Scripts
- Writing Your First PHP Script: Feedback Form Script
- Creating a Simple PHP Cache Script
- How to write a simple scraper in PHP without Regex
- PHP cURL functions tutorial
- Submitting forms using PHP cURL
- Two way encryption
- How to Add Data in a MySQL table
- PHP Nested Loop Tutorial
- 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



