Folks... when I execute the following code, I get a big black nothing. I think it's the right size, but all black. No image is showing up. What gives?
Header("Content-type: image/tiff");
$filename = image.tif
$file = fopen("$filename",rb);
fpassthru($file);
fclose($file);
Any help would be appreciated. Thanks.
Joesph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

