I have 2 fields in a table that all the letters are upper case. I want to change these to proper case (ex. KING COUNTY -> King County). The fields are named city, and county. Your help is appreciated.
You have two field names or the data in those fileds? Which do you want to change? edit: read that again and it looks like data. Data is easy just use phpmyadmin and edit the data. Find the record and select edit. Field names may require some modifications to the script that pulls the data.
I want to alter the data that's within the fields. There are thousands of records so I can't go in manually and do each one. I'm looking for a query that that I can run that will auto edit all of them.
HI cgo85, There is a good example of a php script at: http://forums.mysql.com/read.php?10,83127,197760#msg-197760 HTH, Petey