phpbar.de logo

Mailinglisten-Archive

[php] Gd erstellte images und html

[php] Gd erstellte images und html

Marc Beyerlin php_(at)_phpcenter.de
Fri, 3 May 2002 19:34:14 +0200


Hallo leute,

Ich experimentiere gerade mit der gd libery herum und versuche ein jpeg und
html im selben php script auszugeben mit outputbuffering auszugeben.
Was ist denn da falsch?oder wie könnte ich es sonnst lösen?
Hat da jemand ne idee?
Gruß,
Marc



<?php
ini_set("output_buffering","On");
ob_start();
$im = ImageCreateFromJPEG("amelie.jpg");
ImageJPEG($im);
header ("Content-Type:text/html");
echo "hallllllllllllllooooooooooooooooooooo";
header("Content-Type: image/jpeg");
ob_end_flush();
?>

-------------------------------------------------------
magic garden GmbH - Agentur für Informationsarchitektur

Hermannstr. 15 - 70178 Stuttgart (Am Feuersee)

www.magic-garden.de ¦ beyerlin_(at)_magic-garden.de

Tel. (07 11) 619 57-42 ¦ Fax (07 11) 615 01 38


php::bar PHP Wiki   -   Listenarchive