More on Update Records

Learn how to modify a database record in PHP.

We'll cover the following...

The controller

We’ll use the same file that we used for the “Add a project” feature to implement our controller code: /controllers/project.php. ...