Skip to content

kalwar/CRUDApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages