Re: [PHP-DB] HELP ME !! From: phobo (antiphobo <email protected>)
Date: 11/14/00

Then just redirect the user to that URL ....

Header("Location: http://www.myserver.com/files/downloadme.exe");

Siggy

----- Original Message -----
From: "Hadinata" <lisa77 <email protected>>
To: "Leonard Tambunan" <leonard <email protected>>
Cc: <php-db <email protected>>
Sent: Tuesday, November 14, 2000 10:29 PM
Subject: Re: [PHP-DB] HELP ME !!

> Thanks for your reply, but I think FTP function like ftp_get
> downloads a remote file and save it to local file at the server.
> What I need is the download file goes to the client browser.
> So the app1.php should request for another file and give it
> to the client browser (the user at the client side receive 2
> files).
>
> Joseph
> ----- Original Message -----
> From: Leonard Tambunan <leonard <email protected>>
> To: Hadinata <lisa77 <email protected>>
> Sent: Monday, November 13, 2000 11:26 PM
> Subject: Re: [PHP-DB] HELP ME !!
>
>
> >
> >
> > You can make a link in your page:
> >
> > <a href=http://your.machine/app1.php>Download</a>
> >
> > With app1.php has features like this:
> >
> > <?
> > ...
> >
> > echo "Thanks For Download";
> >
> > ...
> >
> > PHP FTP functions here;
> >
> > ...
> > ?>
> >
> >
> >
> > On Mon, 13 Nov 2000, Hadinata wrote:
> >
> > > I try to build a download feature like this:
> > > if someone click "download" he will receive a new page with this
> > > message: "Thanks for download" and his download will start
> automatically.
> > > How can I do that?
> > >
> > > TIA,
> > > Joseph
> > >
> >
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>