Re: Parameters to image.php



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

.



Relevant Pages

  • Re: Session("MyName") not working
    ... Yes, this is a FAQ. ... > I am trying to store an object in the Session() ... > Can anyone tell my what I need for the client side? ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Where does session store its value. Server or at client.
    ... as an existing user is held in a cookie on the client. ... passed via the querystring rather than being held in a cookie. ... I am trying to use sessions to store some values. ... where does session store the value. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Where does session store its value. Server or at client.
    ... The data is stored on the server, but the session ID that identifies you as ... an existing user is held in a cookie on the client. ... I am trying to use sessions to store some values. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: persistant datalayer across http requests?
    ... The ASP.NET way is to store in session ... variables small units of data that will let you re-populate major data ... > middle tier in memory across multiple http request from the client ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [PHP] Re: a question on session ID and security
    ... hash key" to the client when it doesn't need it? ... But by doing that you're exposing how your app validates the authentication key, leaving it open to being transferred to another machine. ... tutorial on PHP session security is helpful. ...
    (php.general)