Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed PHP User Authentication!
You have completed PHP User Authentication!
Preview
At this point, we have our book list, but we now need a way to create a book and edit books. This will be the first connection to the database that we do.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
it makes sense to extract the book
section into its own file, so
0:00
that we can include it
multiple times on our page.
0:03
Let's create a new file
inside the inc folder.
0:05
We'll call this book.php.
0:12
Inside book.php, move the whole media div.
0:14
Going back to books.php,
we'll include this file instead.
0:24
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up