<?php $data1 = [ "user_number" => "423423", // unique_id "reg_date" => "2013-01-20", // date of registration yyyy-mm-dd ]; echo http_build_query($data1);
You have javascript disabled. You will not be able to edit any code.