top of page
Image by Caspar Camille Rubin

WALI AUTOS 

“PHP MySQL CRUD Application”

WALI.png
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

Image by Sigmund

Create Employee Record

Image by Scott Graham

Update Employee Record

Image by Alexandre Lion

Read Employee Data

Open Space Office

Delete Employee Record

University White.png

This Project was submitted to Capital University of Sciences & Technology as a University Semester Project 

Salman Wali.

© 2020 by Salmanwali. 

bottom of page