/PHP

Repo about the PHP CRUD operation and many more projects

Primary LanguagePHP

#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