<?
$r = 255;
$g = 0;
$b = 0;
header("Content-Length: 43");
header("Content-Type: image/gif");
printf("GIF89a\1\0\1\0%c\0\0%c%c%c\0\0\0%s,\0\0\0\0\1\0\1\0\0%c%c%c\1\0;",
144,
$r,
$g,
$b,
pack("c8",33,249,4,5,16,0,0,0), 2,2,4 );
?>



this works fine... a 1x1 transperant GIF file....







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to