i have a array taken form checkboxes so
schools is an array taken from checkbox
now if this was not multiple to pass it in the querystring i would do
$schools=$_REQUEST['schools'];
and in the querystring
&schools=$schools
how can i pass the whole array in the querystring? Is this possible?