Quote:
Originally Posted by ladydesigner
I actually require that the first letter of the description sentence be capitalized. I have it stated clearly on the rules page. On one of my link lists, the script will fix it automatically but on the one I run by hand (yikes!), I'd have to manually fix all the submits that didn't follow this and it's just to tedious. I automatically delete submitted sites that don't capitalize the first letter of the description sentence and also if the first letter of each word in the title isn't capitalized. I do this pretty much because I run Click 4Sex Fun all by hand and simply don't have the time to fix each submit. As it is, my backlog is out of control!! 
|
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