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, or any other way?

* Write it to the database (using serialize())
* Pass the record ID via URL
* Read from the DB in the receiving script

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

void sleep(){for(long int sheep=0;!asleep();sheep++);}

Reply via email to