Quote:
Originally Posted by Infinite Recursion
Personally, I'd go with a direct connection to the database. You may want to DESC the table so you have a handle on what the field names are, some of those values look random.
|
So I first need to find out the description of each table field. Next, what module would I use to write to the mysql DB? (I'd need to connect to the DB via the internet). I would then prompt the user for information and store the information as variables. At the end, I would send the variables to the DB and have a new product created. Correct?