On 5 Mar 2001 10:56:59 -0800, Bacon Luvva <[EMAIL PROTECTED]> wrote:
>Is there a way to transparently download from another server such that
>no url is ever seen in the status bar using PHP.
Have you tried something like this:
<?
header("Content-Type: type/of-the-remote-file");
readfile("http://some.other.server/file");
?>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]