I want to create a product website with 80 pages. Its a product showcase and I have 70 products with its images and specifications. If its in html , I have to create 70 pages, i would like to do it in php and my sql. What I would like to do is , I will create a template for the product page.On click of each product name , the details of the product such as image , product name , specifications should load. The strucute of the site site is like this
home
products
category 1
product 1
product 2
product 3
product 4
product 5
....
....
product 30
category 2
product 1
product 2
product 3
product 4
product 5
....
....
product 30
category 3
product 1
product 2
product 3
product 4
product 5
....
....
product 30
contact
How can I do this with php and mysql. Basically i am a UI developer and I have some practical knowledge in php. I dont know mysql. Can anybody guide me where to start . Is there any tutorial available for this?
thanks a ton in advance navii