Using URL to post to Results Page
On my main page I have a navigation bar with a menu that lists different types of my inventory. I'm trying to get it to work so that when a user clicks on a type in the list, it will post to the results page with only that type. Here is the code I have in the URL link.
My_Results.php?type=Car
This brings up the results page fine, but it's showing all of my results instead of filtering out just those of a certain type. The field in my table is named type.