10/10/2018, 11:08
Live host thì chạy, wamp k chạy? Help me
Tình hình là có code này: http://quangcaovip.com/hinh
Xin hỏi quí cao thủ, sao code trên k chạy trên wamp vậy?
<?php
header("Content-type: image/jpeg");
$im = imagecreate(60,20);
$white = imagecolorallocate($im, 0,0,0);
$black = imagecolorallocate($im, 255,255,255);
$randcode = rand(10000,90000);
session_register('coderand');
$coderand= $randcode;
imagettftext($im, 15, 0, 7, 16, $black, "times.ttf","$coderand");
imagepng($im);
imagedestroy($im);
?>
header("Content-type: image/jpeg");
$im = imagecreate(60,20);
$white = imagecolorallocate($im, 0,0,0);
$black = imagecolorallocate($im, 255,255,255);
$randcode = rand(10000,90000);
session_register('coderand');
$coderand= $randcode;
imagettftext($im, 15, 0, 7, 16, $black, "times.ttf","$coderand");
imagepng($im);
imagedestroy($im);
?>
Bài liên quan
dùng phpinfo() xem nó có hỗ trợ GD ko ?
//bạn dân miền tây à
http://www.appservnetwork.com/
p/s check your gd extension of php