1. sayfa
<? Header ("Content-type: image/png"); $resim= imagecreate (300,300); $beyaz= imagecolorallocate ($resim, 255,255,255); $bordo= imagecolorallocate ($resim, 204,0,0); imagefill($resim, 0, 0, $bordo); imagettftext ($resim, 50, 45, 70, 230, $beyaz, "TIMES.TTF", "MouSePaD"); imagepng($resim); imagedestroy($resim); ?>
Bunu nasıl yapabilirim ?