I have been Googling for hours but I can't make heads nor tails out of it. I have a multidimensional associative array like this:
$mArray = array(
array("m" => "0"),
array("m" => "1"),
array("m" => "1")
);
I would like to create the array with PHP GET request:
mywebsite.com/file.php?.......what do I put here?.....