|
Posted by Oli Filth on 11/29/05 17:43
Mathijs wrote:
> 29 nov 2005 ta (Erwin Moller) shuo le:
> > 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.
>
> It's just a simple thing: a want to send a gamerecord to the image.php
> script and with that data, I want to draw a board.
>
> Currently, the image-script gets triggered by the <img src="image.php">
> construction?
In that case, store the game record data in $_SESSION.
--
Oli
Navigation:
[Reply to this message]
|