PC Nerd Posted February 13, 2007 Share Posted February 13, 2007 just like the topic, can i send data in the _GET array, as multidimensional array eg $_GET[index1][index2] = "STRING"; thankx Quote Link to comment Share on other sites More sharing options...
zq29 Posted February 13, 2007 Share Posted February 13, 2007 I don't think you can straight off the bat, you may need to [un]serialize() it at each end. Quote Link to comment Share on other sites More sharing options...
btherl Posted February 13, 2007 Share Posted February 13, 2007 Hmm.. the best solution really depends on your situation. If the data comes from a php script to another php script, sessions are probably the way to go. If not sessions, then serialize() and unserialize() as semiapocalyptic mentioned. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted February 13, 2007 Author Share Posted February 13, 2007 thankx 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.