Tonight I wrote the PHP scripts for MySQL database administration. I created the forms, SQL statements, and scripts for adding records, editing records, and deleting records.
Next I plan to write a script for viewing records that will allow me to sort the records by clicking a column heading. I should also learn how to do recordset paging in PHP and MySQL which may be difficult because I don’t think MySQL supports bookmarks.