Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 631 Bytes

CRUDApp

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.

Steps to follow

  1. Make sure to copy CRUDApp inside php-mamp src folder
  2. Create a new database in phpmyadmin e.g. loginapp
  3. Declare the data types for form e.g. id, username and password
  4. Remember to put Auto Increment for id
  5. Open the specific files locally and run the operations

Tech stack

  1. PHP
  2. MySQL
  3. phpMyAdmin

Use for reference

Use solely for reference material only.