Hey guys,
New to the whole php/mysql/html bit but here I go. I am doing a project where I want to create a website about paintball guns. I have a MySQL database that has the paintball guns listed by there company then broken down into guns then that goes off to having reviews, prices, description etc...these are all different tables branched off. So its like Company to many guns, with each gun having a table for what I said above.
Anywhom, I want to create a PHP file that can access mysql and then pull each of these items information for a webpage. I am trying to make a wireframed navigation using these. And I plan on using that php file as the link in it.
I know how to pull the information from mysql via PHP, but what I don't get is how I can make one php file that can have multiple IDs that correspond with the guns of each company that i can use as links.