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
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
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