RE: [PHP] capatalising letters

2001-07-04 Thread Adrian Ciutureanu
http://php.net/manual/en/function.ucwords.php > -Original Message- > From: Jamie Saunders [mailto:[EMAIL PROTECTED]] > Sent: 4 iulie 2001 14:57 > To: [EMAIL PROTECTED] > Subject: [PHP] capatalising letters > > > Hi, > > I've got a list of strings

[PHP] capatalising letters

2001-07-04 Thread Jamie Saunders
Hi, I've got a list of strings in the following format: item one item two item three What I'd like to do now is to capitalise the first letter of each word so the list becomes: Item One Item Two Item Three Can anyone tell me how to do this? Thanks. Jamie Saunders [EMAIL PROTECTED] -- PHP G