
WALI'S EMPLOYEE RECORD SOFTWARE
“PHP MySQL CRUD Application”
What is CRUD?
Within computer programming, the acronym CRUD stands for create, read, update and delete. These are the four basic functions of persistent storage. Also, each letter in the acronym can refer to all functions executed in relational database applications and mapped to a standard HTTP method, SQL statement or DDS operation. It can also describe user-interface conventions that allow viewing, searching and modifying information through computer-based forms and reports. In essence, entities are read, created, updated and deleted. Those same entities can be modified by taking the data from a service and changing the setting properties before sending the data back to the service for an update. Plus, CRUD is data-oriented and the standardized use of HTTP action verbs.
CORE FUNCTIONS
Create Employee Record
Update Employee Record
Read Employee Data
Delete Employee Record
This Project was submitted to Capital University of Sciences & Technology as a University Semester Project





