I have a MySQL table with 10,000+ entries. There are four columns in the table. One of them is URL. Some of the URL values are encoded, some are decoded. I want to have them all be decoded.
How can I do this either with PHP directly or MySQL?
Thanks!
Is this what you want?