1
my question is: I am creating a website with store, for a customer to access the page with the details of a product, it is necessary to create a page for each product, or there is some way for a page to be modified depending on the product
It is necessary to create a page like this for all products?
If there’s any other automated way to do it I’d appreciate it if you’d refer it or a video on youtube would be great too.
Thanks in advance.
It’s just a file where you’ll use the backend language you’re using to retrieve the product information in question and display it on the page.
– Diego Vieira
but which file? I am using PHP. and the product information would be in a mysql database.
– edshewa
The page you create to show this information.
– Diego Vieira