Heim > Artikel > Backend-Entwicklung > 验证码问题。谢谢。
验证码地址:http://www.whjhlc.com/vcode
phpinfo地址:http://www.whjhlc.com/php
gd貌似正常
代码:
$im = imagecreatetruecolor(120, 20);
$text_color = imagecolorallocate($im, 255, 0, 0);
imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color);
header('Content-Type: image/jpeg');
imagejpeg($im);
imagedestroy($im);
不知道liunx服务器什么问题。求解答
有高人吗???