Re: Parameters to image.php
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 16:29:04 +0100
Mathijs wrote:
> Hi,
>
> I generate images on the fly. I need to pass parameters to the
> image-script (image.php). The parameters are larger than 255 characters.
>
> What's the best way to pass large parameters from the calling page (<img
> src="image.php">) to the image.php script? Cookies? Filesystem?
>
> Thanks in advance for the suggestions.
>
> M.
Hi,
Depends on the situation.
If you have a few simple things to send by the client, just use POST.
If you have a huge page where you also display results that have some
correlation to the image, you might consider using a SESSION to store the
data in you use for imagegeneration.
In that way you avoid double calculations and database-queries.
Regards,
Erwin Moller
.
- Follow-Ups:
- Re: Parameters to image.php
- From: Mathijs
- Re: Parameters to image.php
- References:
- Parameters to image.php
- From: Mathijs
- Parameters to image.php
- Prev by Date: Re: Parameters to image.php
- Next by Date: Re: include_once/__autoload/namespace emulation ...
- Previous by thread: Re: Parameters to image.php
- Next by thread: Re: Parameters to image.php
- Index(es):
Relevant Pages
|