SQL recap

The three things you do to a table, one file each.

1.select-demo.php — SELECT (reading rows) 2.insert-demo.html — INSERT (adding a row)
The form; it posts to insert-demo.php.
3.delete-demo.php — DELETE (removing a row)