An open API service indexing awesome lists of open source software.

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

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