Hooch Posted September 25, 2009 Report Share Posted September 25, 2009 Hey all.I have the following code while (list ($key,$val) = @each ($id)) { echo "$val,"; } How can I get that code into an array and print it out via $_SESSION['s_emails'] ?Thank you Link to comment Share on other sites More sharing options...
jlhaslip Posted September 25, 2009 Report Share Posted September 25, 2009 Serialize it , store into a session value and then unserialize it on the next page might work.http://ca2.php.net/serialize Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now