Posted by Meiγo on 11/28/05 20:28
If you do something like : header('Content-type: image/jpeg'); header('Content-Length: ' . filesize($imgFile)); $pipe = fopen($imgFile, 'rb'); fpassthru($pipe); fclose($pipe); I think the location will be hidden. But not source (the binary data).
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming