View Single Post
Old Oct 20th, 2006, 11:40 AM   #4
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5 bulio is on a distinguished road
Quote:
Originally Posted by Infinite Recursion View Post
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?
bulio is offline   Reply With Quote