In call.php, I have three arrays, data1, data2 and data3. I'd like to pass them to script.php in the form of:
script.php?data1=$data1&data2=$data2&data3=$data3
but if I do this, and use a $_GET to fetch the results, it appears all that has been passed is the word "Array". Is that normal?
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.
script.php?data1=$data1&data2=$data2&data3=$data3
but if I do this, and use a $_GET to fetch the results, it appears all that has been passed is the word "Array". Is that normal?
--------------------------------------
It's not the monsters under your bed, it is the men next door.
That make you fear, make you cry. Make you cry for the Child.
All the wars are fought amongst those lonely men. Unharmed, unscarred.