Caps or No caps
Hi All,
Can you please help me with the following; Is there a function in PHP that can do the following;
When you have output in the database like this: "HeLlo WorlD" then you convert it to all caps "HELLO WORLD" or just the first character that is only caps "Hello world".
I googled and looked at the php.net site but i'm not seeing it.
Regards,
Frank
|