I am trying to pass an array in a url so I tried this:
?question_id=10&value=1&array=["Saab","Volvo","BMW"]
This didn't work (didn't think it would, but it's a start).
It's a key and value array anyway so I needed something like this:
&array[28]=1&array[9]=1&array[2]=0&array[28]=0
But that didn't work either
postto pass array