close
<?PHP
$image = imagecreate ( 300, 150 );
$farbe_body = imagecolorallocate ( $image, 243, 243, 243 );
$farbe_b = imagecolorallocate ( $image, 10, 36, 106 );
imagerectangle ( $image, 50, 60, 230, 90, $farbe_b );
header ( 'Content-Type: image/gif' );
imagegif ( $image );
?>
全站熱搜