Date: 11/14/00
- Next message: Francesco Borri: "[PHP-DB] cookies fails when php from ssi"
- Previous message: kenji chan: "Re: [PHP-DB] Web-base Files upload"
- Next in thread: phobo: "Re: [PHP-DB] HELP ME !!"
- Reply: phobo: "Re: [PHP-DB] HELP ME !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Francesco Borri: "[PHP-DB] cookies fails when php from ssi"
- Previous message: kenji chan: "Re: [PHP-DB] Web-base Files upload"
- Next in thread: phobo: "Re: [PHP-DB] HELP ME !!"
- Reply: phobo: "Re: [PHP-DB] HELP ME !!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

