aravind_ghosh Posted August 17, 2006 Share Posted August 17, 2006 Hi there, I have an emergency setting up cart transfer from a different site to our site. Here is the scenario... 1) An XML code is provided on APC website. 2) My script1.php would be executed by APC visitor which is parsing the XML and generating the shopping cart 3) then transferred to my script2.php where I have to show the shopping cart. There would have been no issues if APC allows sessions. Unfortunetely, the sessions are obsolete. Even though I generate the shopping cart in my script1.php, it is not carried over to script2.php. So I am in a big trouble. The only solution I am thinking of is storing the cart into a temporary table in my script1.php and retrieving them again in script2.php. But dont know if it is possible or how to do it. Can you please help me with this. Thanks a lot. Aravind Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.