Forum Moderators: coopster
How can I make sure in php that a word always starts with an uppercase? Let's say I've got a parameter $word holding the word 'wordlowercase' and I want it to be 'Wordlowercase'.
Turbo
or
$Word = ucfirst("$YourVariable")