<?php $array = [ 'indexed value', 'foo' => 'first level value', 'bar' => ['baz' => 'second level'] ]; echo http_build_query($array);
You have javascript disabled. You will not be able to edit any code.