I'm working with a mysql database and i have product descriptions which i want to display, in the database all the description are in uppercase yet i would prefer to have the output as ucfirst() or ucwords(). At the mo i can only get strtolower() to format the string. Is there an sql query i can run to reformat to lowercase then use ucfirst().
I hope you can understand by babblings = )
thanks in advance