Re: [PHP] Passing Array through URL

2001-06-19 Thread Christian Reiniger
On Tuesday 19 June 2001 07:51, Reuben D Budiardja wrote: > Hello, > I have one-dimensional array with a very a lot elements (say, about > 300). What is the best way to pass it through URL? do I use something > like implode the whole thing and then pass it, or do I use something > like serialize, o

[PHP] Passing Array through URL

2001-06-19 Thread Reuben D Budiardja
Hello, I have one-dimensional array with a very a lot elements (say, about 300). What is the best way to pass it through URL? do I use something like implode the whole thing and then pass it, or do I use something like serialize, or any other way? Thanks for any reply. Reuben D. Budiarjda