Re: [PHP] Caps or No caps

2004-01-11 Thread Richard Davey
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 = u

Re: [PHP] Caps or No caps

2004-01-11 Thread Brian V Bonini
On Sun, 2004-01-11 at 09:51, Frank Keessen wrote: > 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

[PHP] Caps or No caps

2004-01-11 Thread Frank Keessen
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