https://github.com/subhamghimire/php
Repo about the PHP CRUD operation and many more projects
https://github.com/subhamghimire/php
php php-crud php-mysql php7
Last synced: over 1 year ago
JSON representation
Repo about the PHP CRUD operation and many more projects
- Host: GitHub
- URL: https://github.com/subhamghimire/php
- Owner: subhamghimire
- Created: 2019-12-17T11:06:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T10:08:40.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:09:32.859Z (over 1 year ago)
- Topics: php, php-crud, php-mysql, php7
- Language: PHP
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#PHP CRUD(Create, Read, Update, Delete)
1.install Xampp server on your computer
2.clone this repository and paste it in C:/xampp/htdocs
3.start apache and mysql in xampp control panel
4.go to http://localhost/ and click phpMyAdmin
5.create a new database, named is as 'crud'.
6.import data.db to that database
7.now, go to localhost/crud/index.php