https://github.com/kalwar/crudapp
A very simple CRUD App in PHP and MySQL
https://github.com/kalwar/crudapp
mysql php php8 phpmyadmin simple-app
Last synced: about 1 year ago
JSON representation
A very simple CRUD App in PHP and MySQL
- Host: GitHub
- URL: https://github.com/kalwar/crudapp
- Owner: kalwar
- License: mit
- Created: 2022-04-08T04:19:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T12:03:58.000Z (over 2 years ago)
- Last Synced: 2025-04-23T00:45:48.184Z (about 1 year ago)
- Topics: mysql, php, php8, phpmyadmin, simple-app
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.php.net/)
2. [MySQL](https://www.mysql.com/)
3. [phpMyAdmin](https://www.phpmyadmin.net/)
# Use for reference
Use solely for reference material only.