Hi ich erzeuge mit
n pic. Mein Problem, auch dem Server auf meinem PC funtzt alles, lad ich die php jedoch hoch, findet der Browser dei datei nicht!
Weiss jemadn woran das ligen könnte?
PHP-Code:
<?
header("Content-type: image/png");
$image = imagecreate(60,15);
$farbe_body=imagecolorallocate($image,112,184,246);
$font_c = imagecolorallocate($image,2,93,137);
imagettftext($image, 12, 0, 0, 12, $font_c, "../../font/arialbd.ttf", "<< BACK");
imagepng($image);
?>
Weiss jemadn woran das ligen könnte?
Kommentar