http_build_query(['a' => 'ah', 'b' => 'bee']); //Output: a=ah&b=bee
http_build_query(['a' => 'ah', 'b' => 'bee']);