<?php $my_array = [ "keywords" => "test", "locationId" => [ 0 => "1", 1 => "2"], "industries" => "1" ]; var_export( array_map( function($v) { return implode(',', (array)$v); }, $my_array ) );
You have javascript disabled. You will not be able to edit any code.