thnx piotr but nothing aint working
i have tried practically everything possible
so i went for the dirty thinggy .
i have turned some browser settigns around in explorer .
(my clients wont switch to another im sure :) )
i switched temporary internet files settings
-> check for newer v
I think the problem is in the code mentioned below.
");
You are creating a file abc.jpg, then showing it to
the client via the link. You are not sending any
headers regarding this jpg file.
Try this way - create graph generating php file:
graph.php file:
heres my code pitor
for generate_graph.php
this file is included in all query files ..
===
// ma data
$max_data = count($gfData);
for ($k = 0; $k < $max_data; $k++)
{
//$arrData[$k] = $gfData[$k] * $factor ;
$data[$k] = $gfData[$k] ;
}
// Creat
How do you send this file generated graph to the
client browser?
Are you using one of the functions ImagePNG(),
ImageWBMP(), ImageJPEG()
or
are you presenting a link to your graph in php
generated html output?
Piotr
--- toby z <[EMAIL PROTECTED]> wrote:
> thnx guyz
>
> but i have tried
>
>
thnx guyz
but i have tried
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");// Date in the
past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); //
always modified
header("Cache-Control: no-store, no-cache, must-revalidate"); //
HTTP/1.1
header("Cache-Control: post-check=0,