Hi,
Is it possible to clear table data from a MySQL database by clicking on a link? For example, lets say I have a table called:
TABLE_ONE
with the following fields:
field1
field2
field3
field4
field5
I want to have a link like this on a PHP page:
"Clear data on Table One"
Once the link is clicked it will just clear all the data in all the fields for Table One. How is something like this done?
Start Free Trial