Tasklist (PHP MySQL Example) ...
MySQL db and table manually created in the hosting
backend using phpMyAdmin.
The Edit, Delete and Add commands (from this navigation) are all sent to the same page/script for processing through a switch statement.
- Display Columns and Rows of Table
- Choose Record to Edit or Delete (Example)
- Add New Record (Example)
- TBD Sort Columns
- Output Column Info
This code is here in the main branch of this GitHub Repository