This simple project is used for learning how to use PHP and MySQL together for CREATE(C), READ(R), UPDATE(U) and DELETE(D) operations.
- Make sure to copy CRUDApp inside php-mamp src folder
- Create a new database in phpmyadmin e.g. loginapp
- Declare the data types for form e.g. id, username and password
- Remember to put Auto Increment for id
- Open the specific files locally and run the operations
Use solely for reference material only.