<?
Header("Content-Type: image/jpeg");
$im = ImageCreate(500, 75);
$red = ImageColorAllocate($im, 255, 0, 0);
ImageFill($im, 100, 100, $red);
ImageJPEG($im);
?>
You will need the GD library gd-1.8.3 and jpeg support in PHP
Regards
Darren
http://www.php4hosting.com/