eldan88 Posted September 4, 2013 Share Posted September 4, 2013 Hey guys. I have a custom ecommerece application, and I am looking to pass an the order_id to a different page with out having someone clicking on any link. As an example when the user gets to the order_confirmation.php page I want the $_GET['order_id'] to be passed into an order_confirmation.php page. Any suggestion on how I can accomplish that? Link to comment Share on other sites More sharing options...
requinix Posted September 5, 2013 Share Posted September 5, 2013 (edited) With a link of sorts. $_GET information comes from URLs so you have to make them visit that URL one way or another. Could be AJAX. Edited September 5, 2013 by requinix Link to comment Share on other sites More sharing options...
control_freak Posted September 5, 2013 Share Posted September 5, 2013 How about using sessions? Link to comment Share on other sites More sharing options...
eldan88 Posted September 6, 2013 Author Share Posted September 6, 2013 With a link of sorts. $_GET information comes from URLs so you have to make them visit that URL one way or another. Could be AJAX. Thanks but I am not familiar with AJAX How about using sessions? That's a good idea. I am going to try that. Link to comment Share on other sites More sharing options...
KevinM1 Posted September 6, 2013 Share Posted September 6, 2013 Locking this one, given there's a duplicate. Link to comment Share on other sites More sharing options...
Recommended Posts