A complete CRUD system to add, edit, delete and view using PHP and MySQL. Complete in a sense that this system has login and register feature as well.
At first, users need to register and login. After successful login, users can add their product data. Users can see only those data that they have added.
SQL script to create database and tables is present in database.sql file.