Extract the .php files (new.php, list.php, edit.php, delete.php) to your application directory.
Open up config.php and fill in the MySQL parameters.
Now open list.php. You'll get a nicely formatted table of your selection.
daviseford/bootstrap-crud-generator
Generate a basic PHP-powered Bootstrap-themed CRUD (Create, Read, Update, Delete) application based on your MySQL SELECT, UPDATE, or CREATE query.
PHP