try this:
<?php
header("Content-type: image/jpeg");
fopen ("d:/crushme/images/1.jpg", "r");
?>
----- Original Message -----
From: "Mark Tehara" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 10:58 AM
Subject: [PHP] [Newman] Passing an image through a php file.
I would like to pass an image throught
http://server/newman/ImageTEST/image.php
1. I need the headers (Assuming) <? header("Content-type: image/jpeg"); ?>
would make the computer think its a image file.
2. load the image using fopen ("d://crushme//images//1.jpg", "r");
<?php
header("Content-type: image/jpeg");
fopen ("d://crushme//images//1.jpg", "r");
?>
The image "http://server/newman/ImageTEST/image.php" cannot be displayed,
because it contains errors.
This returns this error (above)
Yes 1. Image is in the right location.
Yes 2. I'm stuck.
Any Suggestions would be very good.
/ Mark /
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php