On Thursday 16 January 2003 23:59, Gerald Timothy Quimpo wrote:

> e.g., you might have a system whereby you encode the array
> somehow into something easily parsed, e.g., index->value
> pairs separated by a special delimiter, or urlencoded index
> and value separated by a space.  save the encoded format
> on the disk.  give it a random name.  then pass the name to
> the other URL as a GET param.
>
> you would also have a reaper program (maybe running through
> crontab if you're on Unix, or some windows scheduler otherwise)
> that deletes array files that are more than, say, 5 minutes  old.

IOW use sessions :-)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
The two oldest professions in the world have been ruined by amateurs.
                -- G.B. Shaw
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to