If by 'proper case' you mean what I call 'title case' - First word 
capitalized, conjunctions etc. in lower case, last word capitalized - 
I posted a PHP script for just that a few days ago:

http://marc.theaimsgroup.com/?l=php-general&m=99778991424637&q=raw

It sounds like you're using PHP - version 4, I hope.

        -steve



At 1:48 PM -0600 8/16/01, Keith Spiller wrote:
>-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 convert text strings between
>upper and lower case, but I was unable to find anything that can 
>convert to proper case.
>
>Does any one know of a way to do this, or a script that will 
>accomplish it?  Or, is there a mysql command
>that can handle the matter for me?
>
>Thanks,
>
>
>Keith

-- 
+------------------------ Open source questions? ------------------------+
| Steve Edberg                           University of California, Davis |
| [EMAIL PROTECTED]                               Computer Consultant |
| http://aesric.ucdavis.edu/                  http://pgfsun.ucdavis.edu/ |
+----------- http://pgfsun.ucdavis.edu/open-source-tools.html -----------+

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to