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 Link to comment https://forums.phpfreaks.com/topic/38278-can-i-send-get-data-as-a-mulitdimensional-array/ 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. Link to comment https://forums.phpfreaks.com/topic/38278-can-i-send-get-data-as-a-mulitdimensional-array/#findComment-183426 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. Link to comment https://forums.phpfreaks.com/topic/38278-can-i-send-get-data-as-a-mulitdimensional-array/#findComment-183434 Share on other sites More sharing options...
PC Nerd Posted February 13, 2007 Author Share Posted February 13, 2007 thankx Link to comment https://forums.phpfreaks.com/topic/38278-can-i-send-get-data-as-a-mulitdimensional-array/#findComment-183478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.