change it to
echo "<img src=graf.php>";
html doesn't support imbedding images in to image tag, the browser will make
a request for the image when it encounters to image tag

-----Original Message-----
From: Moschitz Martin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 4:51 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Including Picture in PHP


What is wrong with the following statement? The Picture which is generated
in graf.php is not displayed.

echo "<img src=";
include(" graf.php ");
echo ">";

thanxs
martin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to