Posted by Tim Van Wassenhove on 07/01/05 11:43
On 2005-07-01, _andrea.l <andrea.lorizANTISPAM@libero.it> wrote:
> I'd like to let user download a file but I'd like to hide the url of the
> file.
> I'd like to write something like that:
>
><a href="download_file.php?id=1123">download file</a>
>
> download_file.php get the file and give it to user.
> BUT...
> ... how can I write download_file.php?
> thank you in advance for your help,
You could start a session on the previous page, and store $file in
there...
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
[Back to original message]
|