I have over 10,000 products so I won't be able to create a new web page for each one or add each one to my CMS individually.
Here's what I have:
- A CMS that allows me to mass-upload using a CSV file
- A cPanel GoDaddy Server with MySQL databases
Correct me if I'm wrong but is this the process for adding a product:
- Connect the CMS to the cPanel server
- Add products to the CMS using a CSV file
- Create a database in MySQL ont he GoDaddy server.
- Add PHP to website oriduct page to extract product information.
I'm confused as to how the product information is transferred from the CMS to the database in MySQL