I am helping to create a website for my friend's family's company which sells some products. Now i was told to use php so that i dont have to create 100 separate pages for each product, how would i do it so one page could dynamically change and show each product without having a new page everytime. Would i have to store each item name, description and picture in a database?
Im not the main guy progrmaming im just curious on what is to be done to start this project.