unkwntech Posted August 14, 2008 Share Posted August 14, 2008 Is it possible to pass an array as a session variable? I have tried in the pass with no success, but IDK if I was doing something wrong, it was while I was still learning basic PHP. Quote Link to comment Share on other sites More sharing options...
akitchin Posted August 14, 2008 Share Posted August 14, 2008 it's perfectly possible to pass arrays to session variables. you were likely screwing something with the sessions themselves up, rather than the data. do you have any code examples? Quote Link to comment Share on other sites More sharing options...
unkwntech Posted August 14, 2008 Author Share Posted August 14, 2008 You're probly correct, it was a few years ago and I'm coding something now, I didn't want to depend on something that doesn't work. Quote Link to comment Share on other sites More sharing options...
akitchin Posted August 14, 2008 Share Posted August 14, 2008 when in doubt, all it takes is 5 minutes of testing. 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.