I have a table called users, with a field full_name.
most of the entries have names such as : JOhn perry, lee adams, MONICA Brown. Is there a function in phpmyadmin to standardize these names into a proper format like : John Perry, Lee Adams, Monica Brown? It’s for an experimental forum. 🙂
You can always use PHP to do
then update the nicely formatted string back to database
Or just simply use the above in your forum script