Please help! I am trying to integrate a price comparison site within the admin of an ecommerce site by using cURL to post new catalog items to the other site as well. The other site creates a new product add in two steps 1) select a manufacturer and category 2) supply the rest of the info.
So I am doing this in two server side posts using cURL in PHP. The first post seems to work. I seem to be sending all the right fields in the post, but the return I get keeps giving me a pop-up with an undescribed error.
I thought perhaps it was a session-validation problem, so I set it to do all of the posts within the same curl_init() connection. Same problem.
(AM I RIGHT IN ASSUMING THAT MULTIPLE POSTS IN THE SAME CURL CONNECTION WILL CONSTITUTE ONE SESSION??)
The site does not use cookies, so that is not the problem.
Anyone have any bright ideas?