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 CRUD Operations with PHP!
You have completed CRUD Operations with PHP!
Preview
Too much data can be overwhelming and not very useful. We'll start filtering our data by project, so only a portion of that data is shown at a time.
Course
SQL Basics: Searching Tables with 'WHERE'
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
That can get overwhelming quickly if
we're using this application everyday.
0:00
So the next thing I want
to do is filter our data so
0:02
only a portion of that
data is shown at a time.
0:05
We'll start filtering by project.
0:09
So the first thing we need to
do is give the user the option
0:11
to select a project for the report.
0:15
Let's create a new form with a drop-down.
0:17
Back in reports.php, below the header,
we'll start with a new form.
0:20
Once again,
I've added some styling for you.
0:27
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