Hey there
I'm in front of a problem which I cannot solve myself, here's the case:
I have a html-form from which a user can send suggestions. The content of the form is then sent to a SQL-table along with an ID (auto-increment is on)
What I now want to do is create a html-administration page, which makes a list of all the suggestions along with a "decline" and "accept" link. The decline link should just delete the record from the database, where the accept link should send the content to a new table and delete the record from the suggestions-table.
Thanks in advise