Re: [PHP] Re: Capitalizing names ... needs the final touch...

2002-10-10 Thread -<[ Rene Brehmer ]>-
Hi Ulf Rompe, On Tue, 08 Oct 2002 12:10:15 +0200, you wrote about "[PHP] Re: Capitalizing names ... needs the final touch..." something that looked like this: >"-<[ Rene Brehmer ]>-" <[EMAIL PROTECTED]> writes: > >>Firstname Middlename Last-name

[PHP] Re: Capitalizing names ... needs the final touch...

2002-10-08 Thread Ulf Rompe
"-<[ Rene Brehmer ]>-" <[EMAIL PROTECTED]> writes: >Firstname Middlename Last-name > > But I want the last namepart after the slash (-name) to also start > with a capital letter. Just read the comments on ucwords() in the PHP manual, especially the one from Joerg Krause. He writes: | None o