>"; header("Content-type: image/png"); $im = imagecreate(115,8); $background = imagecolorallocate($im, 206, 206, 206); $black = imagecolorallocate($im, 0,0,0); $red = imagecolorallocate($im, 255,30,0); $orange = imagecolorallocate($im, 206,71,18); imagefill($im,0,0,$background); function PLttf ($text) { $znaki = Array ( "¡"=>"a", "±"=>"a", "Ê"=>"e", "ê"=>"e", "³"=>"l", "£"=>"l", "ñ"=>"n", "Ñ"=>"n", "¶"=>"s", "¦"=>"s", "Ľ"=>"l", "¬"=>"z", "¿"=>"z", "¯"=>"z", "æ"=>"c", "Æ"=>"c", "ó"=>"o", "Ó"=>"o", ); return strtr($text,$znaki); } $i=0; while ($i