I need to be able to allow a user to click a button/link and have the contents of one database table dumped into another, then the original table get wiped out with a "delete from table" SQL statement.
Has anyone ever tried this before?
I guess not.