/crud-php-mysql

a app with create,read,update,deleted feature using php & mysql

Primary LanguagePHP

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.


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