Not versed much in PHP or MYSQL just enough to be dangerous.
Is this possible?
I need to create a link that will clear out a specific field in a table.
Database is called website, table called clouds. Table has ID and Tags for fields. I need to clear out tags a lot. Instead of going into PHPADMIN and deleting it that way, would just like create a link in admin section of site to clear it. Need to keep the ID all the time.
Talking this out I can create a script to delete cloud table and reimport each time with click of button, but is there an easier way?
Thanks!