课程: PHP with MySQL Essential Training: 1 The Basics

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Challenge: Pages CRUD

Challenge: Pages CRUD

(upbeat music) - [Instructor] It's time for another challenge assignment, and similar to the other challenges we've had, your goal is going to be to take the work that we've done throughout this chapter on the subjects area, and to do it for yourself in the pages area, to develop the Pages CRUD. Let's go over the points that you need to make sure you hit. First, you want to make sure that you can read back a single page. In the last chapter, we already added pages, index.php so you have a list of pages, but now we want to find a single page using its ID. Next, you want to enable our form that we already have for new.php to submit those form values to the database in order to create a new record. Then you'll want to update an existing record remember, this is a two-part process. First, you need to read the existing database record so that we can display the form with those values. And then once it's submitted, then you actually will update the data in the database. And finally, the…

内容