Re: [PHP-INSTALL] [PHP Install] ERROR using imagegif

2006-05-05 Thread Peter Hodge
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

[PHP-INSTALL] [PHP Install] ERROR using imagegif

2006-05-04 Thread Vinod Rao
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";