Код: Выделить всё
$recip
Код: Выделить всё
Array
(
[0] => 393451234567
[1] => 393479876543
)
Код: Выделить всё
recipients[]=393334455666&recipients[]=393334455667
Код: Выделить всё
$recipients = implode('&recipients[]=',$recip);
Код: Выделить всё
393471234567&recipients[]=393459876543
Подробнее здесь: https://stackoverflow.com/questions/259 ... uerystring