loadimage.php has the following code in it.

<?php 
  $myimage="d:/website/images/no_access_php.jpg";
    // above is the file and the location is verified.
  header("Content-type: image/jpeg");  
  readfile("$myimage") ;
?>

Only half the image is shown ... it stops loading the image or the image wont' load at 
all.

Any Ideas what the problem could be?


---
Philip J. Newman
Master Developer
PhilipNZ.com [NZ] Ltd.
[EMAIL PROTECTED]

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

Reply via email to