<?php $array = ['393451234567', '393479876543']; echo http_build_query(['recipients' => $array]); echo "\n---\n"; echo implode('&', substr_replace($array, 'recipients[]=', 0, 0));
You have javascript disabled. You will not be able to edit any code.