Oha..das Semikolon habe ich auch gerade bemerkt! Außedme habe ich noch eben was neues gemacht, mein neuer Code ist der heir (nicht großartig verändert) PHP-Code: <?php header("Content-Type: image/gif"); $img = imagecreatefrompng("secretx1za4u2B8.png"); $img2 = imagecreatefrompng("secret0J98sh7Hz.png"); $img2_h = imagesy($img2); $img2_w = imagesx($img2); //echo "Img_2:<br>Höhe: $img2_h <br>Breite: $img2_w <br><br>"; $img_h = imagesy($img); $img_w = imagesx($img); //echo "Img:<br>Höhe: $img_h <br>Breite: $img_w <br><br>"; ImageCopy($img2, $img, 1, 1, $img_w, $img_h, $img2_w, $img2_h); ?> Was allerdings im Browser nur folgendes ausgibt: Zitat FireFox schrieb: http://warlord.xardas.lima-city.de/w...egist_pics.php...
<?php header("Content-Type: image/gif"); $img = imagecreatefrompng("secretx1za4u2B8.png"); $img2 = imagecreatefrompng("secret0J98sh7Hz.png"); $img2_h = imagesy($img2); $img2_w = imagesx($img2); //echo "Img_2:<br>Höhe: $img2_h <br>Breite: $img2_w <br><br>"; $img_h = imagesy($img); $img_w = imagesx($img); //echo "Img:<br>Höhe: $img_h <br>Breite: $img_w <br><br>"; ImageCopy($img2, $img, 1, 1, $img_w, $img_h, $img2_w, $img2_h); ?>
--McSecu(Momentan offline) www.mcsecu.net Ich grüß das Atelier, das QFrat, und die Programmierforen.
Foren-Regeln