Hello Frank, Sunday, January 11, 2004, 2:51:55 PM, you wrote:
FK> When you have output in the database like this: "HeLlo WorlD" FK> then you convert it to all caps "HELLO WORLD" or just the first FK> character that is only caps "Hello world". All uppercase = strtoupper() First letters capped = ucfirst() and ucwords() Download the PHP manual and keep a local copy of it, then search it for "uppercase" and you'll find what you need. -- Best regards, Richard mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php