[PHP-WIN] transparent

2001-03-06 Thread Bacon Luvva
Hallo, I have software located on another server and I do not wish to disclose the url of that server. Is there a way to transparently download from another server such that no url is ever seen in the status bar using PHP. My whole site is PHP mySQL driven and this is the only area where I am exp

Re: [PHP-WIN] transparent

2001-03-06 Thread Chris Adams
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: http://some.other.server/file"); ?> -- PHP Windows Mailing List (htt

[PHP-WIN] transparent

2001-03-05 Thread Bacon Luvva
Hallo, I have software located on another server and I do not wish to disclose the url of that server. Is there a way to transparently download from another server such that no url is ever seen in the status bar using PHP. My whole site is PHP mySQL driven and this is the only area where I am exp