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. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To requ

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