I have a table named queries.there is an column named query.
My teacher has asked me to make a form in which first page lists all the queries(with checkmarks) from the database.It has a submit button.
Second page to delete the entries.
Once entry is deleted redirect the second page back to the first.
She says;
"You need to make a PHP file, add a html form to it. Make SQL calls and fill in the data on the form. On press of submit redirect to another page with PUT variables. In another page, retrieve the PUT variables and delete the db entry corresponding to the PUT variables. Once entry is deleted redirect the second page back to the first."
Ive made a php connection file which can retrieve the queries.
"I dont know what to do"
Can someone help.