I want to have the ability to show all the entries in a database table and by each one give the user the ability to delete specific ones.
I am currently using a for each
Produce a key to each table, using jquery,then link it to a php file which an accept the key and delete from the specific table (which also can be passed through jquery)