Hi there, I am designing a review site and im still learning PHP, I have been able to make my own mini CMS system to keep it up to date and each product is displayed by querying a database like: review.php?reviewid=34
What i want to do is make a page like called brand.php which when given a query such as brand.php?brandid=1 would return a page with a table of all products which are made by the same brand?
But what i really want to do is make them all appear in a table which is say 4 products across and just keeps going down the page? Could anyone give me a few hints of how i would get them to display in a table/div table with 4 products across?
Or if anywhere knows of any tutorials where i can learn to do it i would be really thankful!
Thanks
Chris!