TheJoey Posted September 20, 2009 Share Posted September 20, 2009 hi i have a question. I have a working cart that uses sessions if i want to send that information over to a order form would i use sessions or $_POST & $_GET? Quote Link to comment Share on other sites More sharing options...
ozestretch Posted September 20, 2009 Share Posted September 20, 2009 Depends. Is the order for script on the same domain? If so calling the session variable you want will be enough. If it is on a different domain, then POST or GET method should be used. Quote Link to comment Share on other sites More sharing options...
TheJoey Posted September 20, 2009 Author Share Posted September 20, 2009 yeh its on the same domain. So i just add session_start(); to top of my script to continue to session right? Quote Link to comment Share on other sites More sharing options...
ozestretch Posted September 20, 2009 Share Posted September 20, 2009 ehp .... before printed whitespace 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.