Hello everyone, first post here π
I have what s probably a simple question. In my mySQL database, I have a table of many rows (500+). One of the table fields is "title". Now currently there are properly formatted titles (correct capitalization) and unformatted titles(incorrect capitalization, all lowercase, all uppercase etc).
Using PHP, I want to loop through every row in this table, and format this field, then insert the properly formatted text over the top of the unformatted text (effectively 'formatting' the field itself.)
How can I do thisπ
Thankyou.