/ Published in: PHP
URL: http://forum.zloy.bz/showthread.php?t=91235
by m13579m
Expand |
Embed | Plain Text
<? $txt = 'temp.txt'; #файл откуда брать $txt2 = 'not.txt'; #куда записать те что были показаны $img = imagecreate(200,200); $b = imagecolorallocate($img,0,0,0); $w = imagecolorallocate($img,255,255,255); $f = "arial.ttf"; #файл шрифта imagettftext($img,10,0,20,100,$w,$f,$file[0]); imagepng($img); ?>
You need to login to post a comment.
