{% else-1 %}
Переводит текст в картинку

                        
<?
$text = "rufiles.ru";
$pic=ImageCreate(130,30); //(breite, hцhe)
$col1=ImageColorAllocate($pic,0,0,0);
$col2=ImageColorAllocate($pic,255,255,255);
ImageFilledRectangle($pic, 0, 0, 500, 30, $col2);
ImageString($pic, 3, 5, 8, $text, $col1);
Header("Content-type: image/jpeg");
ImageJPEG($pic);
ImageDestroy($pic);
?>
0 28 0
0

Нет фото
Jaki * 1.05
• 8 мар 2014, 05:44


это типа каптчи ёпт