Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
The core of the application will require a book list. We will create a general listing of books with title and description.
Additional Courses
- Dependency Management with Composer
- Bootstrap 4 Basics: Building Forms with Bootstrap
- Integrating PHP with Databases: Getting Started with PDO
- CRUD Operations with PHP
- Build a Basic PHP Website: Adding a Basic Form
Or if you want to get even more into SQL databases, try our Beginner SQL Track
Other Ways of Doing Things
Your can also access the global $db variable using the "super global"
$GLOBAL['db'];
You can redirect using the builtin header() function, but the HTTP Foundations redirect fails gracefully and we'll be adding cookies to this redirect a little later.
header('location: /books.php');
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
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