ich hoffe jamand hier hat schon einbischen Erfahrung mit Bilder & Php.
Nun ich habe dieses Problem:
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/httpd/vhosts/meineseite.net/subdomains/clan/httpdocs/index.php on line 3
Der Code sieht volgendermassen aus:
<? $img = imagecreatefromgif("logo.gif"); $red = imagecolorallocate($bild,255,0,0); imagestring($img,5,270,52,"Rang: 30",$red); header("Content-Type: image/gif"); imagegif($img); ?>
Das Problem liegt scheinbar am Befehl "imagecolorallocate()".
Was mache ich Falsch?