How do I delete a record from a mysql table using PHP?
DELETE FROM tablename WHERE whatever = 'whatever';