Quote:
Originally Posted by sleeper
There is code that does that too.
I know in perl if the variable is called "$description" you do it like this:
ucfirst($description)
There is a way to do this in PHP too. But I never use PHP so I don't know
|
It's ucfirst($description) in PHP too
