12a. Deleting records and using sessions
Posted on 15 May 2010 by Abidoon
Part 1 of a 3 part tutorial on how to select a record to delete from a mySQL database table, using PHP. This tutorial uses PHP to display all records, then you can select the one to delete. Part 2 has a confirmation page, so uses sessions to store information. Part 3 runs the actual delete SQL query.
