>
To: "Php-db" <[EMAIL PROTECTED]>
Cc: "MySQL" <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 2:48 PM
Subject: Opps: Proper Case NOT lower case
-Opps: I meant to say I would like to convert to Proper Case, rather than
lower case or UPPER CASE.
I'
Buy a good book (PHP 4 Bible)!! read some tutorials!! And CHECK the
manual.. found at www.php.net what else did you think people created if
for.. http://www.php.net/manual/en/ref.strings.php gives you all string
manipulation fun stuff you want.
ucfirst() is the solution.
And last but not leas
-Opps: I meant to say I would like to convert to Proper Case, rather than lower case
or UPPER CASE.
I'm reading data from a mysql table that is entirely in uppercase letters. I'd very
much like to convert them
to Proper Case. After searching a while, I found that there is are php commands to