|
|
|
อยากสอบถามเรื่อง Code ที่ใช้ทำอักษรภาพสำหรับยืนยันครับ |
|
|
|
|
|
|
|
ผมลอง Restart IIS ดูแล้วครับ ไม่หาย และก็ผมก็ลองเขียนโค๊ต PHP สำหรับสร้าง อักษรเป็นรูปภาพแล้วรัน IIS ไม่ผ่านอะครับ แต่รันใน Apache ผ่านครับ ตามข้างล่างนี้ครับ
Code PHP to Images
<?php
header("Content-type: image/png");
$im = @imagecreate(250, 50)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 255, 255, 255);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 5, 5, 5, "Test Code PHP to Images", $text_color);
imagestring($im, 5, 5, 25, "Welcome to Website ^-^", $text_color);
imagepng($im);
imagedestroy($im);
?>
สงสัยจะไม่เกี่ยวกับ Maxsite แน่ๆ เลยครับ ช่วยทีครับ ผู้มีประสบการกับเจ้า IIS อะครับ
|
|
|
|
|
Date :
2009-10-19 00:28:03 |
By :
pchome |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|