PROJECT TITLE: CRUD (Create | Read | Update | Delete) PHP/MYSQL
LANGUAGE USED : HTML,CSS,PHP(Server-Side),MYSQL(Database)
in these app you can save you information in database and you can also delete/edit your data.
- all the stored information showed on samepage.
you can use or take a live look to project here
https://monugiri.000webhostapp.com/
NOTE : ( this is my first project using php/mysql)
feel free to contribute
DATABASE INSTRUCTIONS ---
* create a database "accounts"
* create a table "users"
* create 4 columns inside users with given specs
* id / int /primarykey/auto increment
* first_name / varchar
* last_name / varchar
* email_id / varchar