G'day all...

$variable = "joe blow";

How can I automatically make $variable = "Joe Blow";
The value's obviously dynamic, so I need to capitalise each letter of each
word in the var.
Any ideas?


For those of you who read my previous post, you may have worked out what I'm
doing  ;-)

Cheers,
Liam




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

Reply via email to