0
What is crud
3 Réponses
+ 1
in oop the crud create read update delete record in db
+ 1
If you r learning any programing language then you have to know the syntax and code to interact with database.
The main purpose of a CRUD grid is that enables users create/read/update/delete data.
Normally data is stored in MySQL Database.
PHP will be the server-side language that manipulates MySQL Database tables to give front-end users power to performCRUD actions.
0
create read update delete.
its all about information system.