/php-crud

four essential operations for creating and managing data | PHP & MYSQL

Primary LanguagePHP

php-crud

CRUD refers to the four basic operations a software application should be able to perform – Create, Read, Update, and Delete. In such apps, users must be able to create data, have access to the data in the UI by reading the data, update or edit the data, and delete the data.