Hladam cloveka co by mi spravil Karola a Sokobana kompletku... pekne za to zaplatil 
Len mmntalne mam vela prace a nestiham to spravit
Dakujem

Len mmntalne mam vela prace a nestiham to spravit

Dakujem

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Zobrazi� pr�spevky Menuhttp://agae.sk/new/
<?php
header('Content-Type: image/png');
$im = imagecreatefrompng('1.png');
$text = 'Zľavy';
$font = 'arial.ttf';
$cerna = imagecolorallocate($im, 0, 0, 0); // chcam mat text ciernej farby
imagettftext($im, 7, 10, 20, 20, $cerna, $font, $text);
imagepng($im);
imagedestroy($im);
?>