jmurch Posted February 8, 2009 Share Posted February 8, 2009 I have a page that receives a post. The posted data shows up at the page as $content array. I am writing $content to the session. On a new page I retrieve $content from the session. When I do a print_r everything is there. When I do echo $content (where the key 'email' is [email protected]) or any of the other rows I get a single character??? TIA Link to comment https://forums.phpfreaks.com/topic/144390-post-array-to-session-problem/ Share on other sites More sharing options...
genericnumber1 Posted February 8, 2009 Share Posted February 8, 2009 Show us some code? Link to comment https://forums.phpfreaks.com/topic/144390-post-array-to-session-problem/#findComment-757694 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.