Forum Moderators: coopster
If you still need this just for the first word though I guess you could use something like:
ucwords(strtolower(substr($input,0,strpos($input," "))));
There might be a neater way of doing this but that should get you started