asylu3
13-02-2004, 01:56 AM
นี้คือ file test.php ที่สร้างให้เป็น ชนิด PNG
<?
header("Content-type:/image/png");
$image = ImageCreate( 200, 200 );
$red = ImageColorAllocate($image, 255,0,0);
ImagePNG($image);
?>
วิธีการนำไปแสดงผล
test.php
http://seri.kmutt.ac.th/cs02/citec/brain/test.php
<?
header("Content-type:/image/png");
$image = ImageCreate( 200, 200 );
$red = ImageColorAllocate($image, 255,0,0);
ImagePNG($image);
?>
วิธีการนำไปแสดงผล
test.php
http://seri.kmutt.ac.th/cs02/citec/brain/test.php