Thread
:
Uppercasing first letters of some words in descriptions
View Single Post
2007-01-19, 09:11 PM
#
1
Useless
Certified Nice Person
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Quote:
Originally Posted by
Preacher
Can I patent this idea?
Only if I can patent some PHP written by someone smarter than I.
$site_title = ucwords($site_title);
$site_descrip = strtolower($site_descrip);
$site_descrip = ucfirst($site_descrip);
__________________
Click here
to purchase a bridge I'm selling.
Useless
View Public Profile
Visit Useless's homepage!
Find More Posts by Useless