I have a MySQL and PHP Question?

narupenguin

New member
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 have Div as the type. How would I be able to do that?
Do you need to do anything to your database in order for this to work?
 
Back
Top