 |
|
มันเป็นอย่างนี้อ่ะครับ
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\arsachi\TMPll4mh94o4w.php:8) in c:\inetpub\wwwroot\arsachi\TMPll4mh94o4w.php on line 16
Fatal error: Call to undefined function: imagecreate() in c:\inetpub\wwwroot\arsachi\TMPll4mh94o4w.php on line 17
ส่วนโค้ด
<?php
header("Content-type: imge/png");
$im=ImageCreate(150,150);
ImageColorAllocate($im,0,0,0);
$green=ImageColorAllocate($im,0,255,0);
ImageFilledRectangle($im,10,10,140,140);
ImagePNG($im);
ImageDestroy($im);
?>
ขอบคุณครับ
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
22 ธ.ค. 2547 21:33:16 |
By :
arsachi |
View :
2607 |
Reply :
2 |
|
 |
 |
 |
 |
|
|
|
 |