Re: how do you send a lot of data between scripts
- From: Roy Kaldung <roy@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 11:52:16 +0100
Gunnar G schrieb:
How can I send a lot of data from foo.php to bar.php ?
This might happen if foo.php echo some text and bar.php returns an image that should be displayed below the text that was echo:ed, and foo.php must
send a lot of data to bar.php.
Yes, I know, I can draw the picture in foo.php, and save it to a file, but
what if that is not an option here. Is there a way to send the data without
creating a huge URL?
use sessions or shared memory functions
hth, Roy
--
Roy Kaldung
roy {at} kaldung {dot} com
http://kaldung.com/
.
- Follow-Ups:
- Re: how do you send a lot of data between scripts
- From: Gunnar G
- Re: how do you send a lot of data between scripts
- References:
- how do you send a lot of data between scripts
- From: Gunnar G
- how do you send a lot of data between scripts
- Prev by Date: how do you send a lot of data between scripts
- Next by Date: Re: how do you send a lot of data between scripts
- Previous by thread: how do you send a lot of data between scripts
- Next by thread: Re: how do you send a lot of data between scripts
- Index(es):
Relevant Pages
|