How to make CRUD(Creat, Read, Update, Delete) Application with PHP
It's support from PHP 5.3 and greater
This tutorial Use Php with Mysqli procedure.
1. Prepare Database
2. Connect to Database
3. Select data from Database
4. Add new data to Database
5. Edit record by id
6. Delete record from Database