Hi,
I need to pass an array by link:
<a href=somfile.ph p?array=$my_arr ay>
I've tried to make it string (with join) but it doesn't work for big arrays (max size for string parameters is ~255 characters).
Is there a way to pass a big array and get it in $GET variable?
Thanks
I need to pass an array by link:
<a href=somfile.ph p?array=$my_arr ay>
I've tried to make it string (with join) but it doesn't work for big arrays (max size for string parameters is ~255 characters).
Is there a way to pass a big array and get it in $GET variable?
Thanks
Comment