Page 1 of 1

Using PHP, Perform CRUD operations on a Users table. Make a controller to handle a request for all the four CRUD operati

Posted: Fri Jul 08, 2022 7:28 am
by answerhappygod
Using PHP, Perform CRUD operations on a Users table. Make acontroller to handle a request for all the four CRUD operations inPHP. It should do the following:
i) Sanitizes incoming data
ii) Requires first name/last name/user id (user id is theprimary key)
iii) Performs all CRUD operations in an efficient and logicalway
iv) Create any migrations/models for the database table, or havean environment to run it (Docker)