<?php
$arr = array(1,2,3,4);
echo http_build_query(array('arr'=>$arr));