[PHP-DB] Proper Case Conversion

2001-08-16 Thread Keith Spiller
Hello, I'm reading data from a mysql table that is entirely in uppercase letters. I'd very much like to convert them to lowercase. 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 c

RE: [PHP-DB] Proper Case Conversion

2001-08-16 Thread Mark Newnham
ucfirst(strtolower($field)); > -Original Message- > From: Keith Spiller [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 12:41 PM > To: Php-db > Cc: MySQL > Subject: [PHP-DB] Proper Case Conversion > > > Hello, > > I'm reading data

Re: [PHP-DB] Proper Case Conversion

2001-08-16 Thread B. van Ouwerkerk
It's a bad habbit to crosspost!! strtolower() stroupper() sql mysql Bye, B. -- 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]