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 );
?>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()