https://github.com/nirav-gajera/simple-crud-php
simple CRUD operation using php
https://github.com/nirav-gajera/simple-crud-php
crud mysql php php-crud phpmyadmin-database
Last synced: 23 days ago
JSON representation
simple CRUD operation using php
- Host: GitHub
- URL: https://github.com/nirav-gajera/simple-crud-php
- Owner: nirav-gajera
- Created: 2023-04-17T09:26:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T03:43:52.000Z (over 2 years ago)
- Last Synced: 2025-03-21T03:45:20.570Z (about 1 year ago)
- Topics: crud, mysql, php, php-crud, phpmyadmin-database
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-crud-php
simple CRUD operation using php
first create database using 'crud_db.sql' file in your phpmyadmin
then run index.php and you're good to go for CRUD operation.