Hello,
>From my research on the manual page
(http://www.php.net/manual/en/function.imagegif.php) if you give a 2nd argument
to Imagegif() it writes the image to disk rather than sending it to the
browser. Your browser is giving you that error message because the image data
goes into the file and
Hi ,
I'm developing php script to generate an image having text written on it.
And I have to save that image to one file file.gif , so that I can use that
image in the next html file.
The extract of the code is where error comes :
header("Content-type: image/gif");
$filename = "./vinod/file.gif";