JustinK101 Posted October 22, 2008 Share Posted October 22, 2008 How can I store the contents of the entire GET array into a session? Is it something like: $_SESSION['form_data'] = $_GET; Then how do I pull values out of the session? Link to comment https://forums.phpfreaks.com/topic/129620-storing-get-data-into-a-session/ Share on other sites More sharing options...
discomatt Posted October 22, 2008 Share Posted October 22, 2008 echo $_SESSION['form_data']['get_variable']; Link to comment https://forums.phpfreaks.com/topic/129620-storing-get-data-into-a-session/#findComment-671990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.