php - passing arrays as url parameter - Stack Overflow
what is the best way that i can pass an array as a url parameter? i was thinking if this is possible: $aValues = array(); $url = 'http://www.example.com?aParam='.$aValues; or how ...
stackoverflow.com |