Page 1 of 1

Making first letter of sentence capital letter

Posted: Sat Jun 12, 2004 11:55 am
by mjseaden
Dear All

How do I make the first letter of a sentence a capital letter? Is there string function I use?

Many thanks

Mark

Posted: Sat Jun 12, 2004 12:04 pm
by qads
[php_man]ucfirst[/php_man]

Posted: Sat Jun 12, 2004 12:05 pm
by mjseaden
Thanks!