in reply to Passing Data between Scripts
If you have access to a DB, store the data there, then just forward the key as a hidden field or cookie, and use that to retrieve the data when needed.
If you don't, why not just create a temporary file with the data in and just pass an identifier for the file to the next script?
Or, a nice messy way would be to eval final.pl from within upload.pl :) - or just combine them into one script.
.02
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Passing Data between Scripts
by tomhukins (Curate) on Jan 06, 2004 at 11:25 UTC | |
by cLive ;-) (Prior) on Jan 06, 2004 at 19:11 UTC |