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?a
I do this with serialized data base64 encoded. Best and smallest way, i guess. urlencode is to much wasting space and you have only 4k.