In this article, I will explain a simple and basic system to add, edit, delete and view of Employee data using PHP and MySQL.
CRUD stands for create, read, update and delete. Create means inserting data into the database using INSERT MYSQL Query. Read means reading data from database using SELECT MYSQL Query. Update means updating records using UPDATE MYSQL Query. Finally, Delete means deleting data from database using MYSQL Query.














