I have an array and I need to pass it to another script. Can I do this with a form? I know I can do variables in a <input type="hidden"... tag... but how do I pass an array?
Whenever I try, it just says text: "Array"
Any slick ways? Or do I have to break down the array, pass it in chunks, and reconstruct it in the next script?