Hi,

>Does anyone know of a function or script that will capitalize the first
char
>and lowercase the remaining chars of each word in a string?

from the documentation:

$bar = ucwords(strtolower($bar));

http://de.php.net/manual/en/function.ucwords.php

Bye,
Thomas.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to