I've been searching long and hard and have come across
a few techniques for changing text entries with lower
case (entered by web user) and changing them to have
first letter capitalized.

in php..... ucfirst
in java .... capitalize 

But I'm not having success on the database side. 
Everything they enter from the web form hits the
database as entered, or raw, or lower cased.

Is there a way to have the text fixed before it hits
the database?

-chris

=====
Chris Ripley
[EMAIL PROTECTED]
KOZE Radio


                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to