Okay, so I have a lot of data inside a mysql database and it is displayed using PHP coding on a webpage. Now, I have a value called Type, that I want to sort by. What I want to be able to do is when I type http://mywebsite.com/layout.php?type=Div, I want it to only show the MySQL entries that...