On Tue, 11 Jun 2002, Kris Vose wrote: > are there any php functions that handle downloads. For Instance I want to create a >link that contains a url string. In this string a variable is defined as a file. >This file will be downloaded when the user clicks on the link. How do you handle >this file in php? Is there a function that will do this. I have tried the copy >function but it does not seems to work.
There are some scripts @ hotscripts.com Basically you use http://www.php.net/header to do the trick (but I have found some little problems with MSIE). Good luck. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php