Re: Parameters to image.php



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? Don't I need an action (form) to 'post' variables?

TIA,
Mathijs.

.



Relevant Pages

  • Re: on/off midi file by using radio buttons
    ... On Mar 15, 6:58 pm, Erwin Moller ... buttons being clicked on the client until the user submits the form. ... make the page reload by just chooseing a radio button, ...
    (comp.lang.php)
  • Re: Parameters to image.php
    ... 29 nov 2005 ta (Erwin Moller) shuo le: ... > I would advise you to just put the whole bunch of data after the url. ... Prev by Date: ...
    (comp.lang.php)
  • Re: PHP quit navigator
    ... Erwin Moller wrote: ... (internet explorer, mosilla, ...) ... on the client. ... The 'javascript:' thingy is called pseudo protocol, and can be used in hyperlinks, allthough not advisable because the link will fail in JS challanged browsers. ...
    (comp.lang.php)