Thread: Forced Download
View Single Post
Old 12-26-2007, 05:14 PM   #6 (permalink)
reborn
The Wanderer
 
Join Date: Dec 2007
Posts: 7
Thanks: 3
reborn is on a distinguished road
Default

Quote:
Originally Posted by sjaq View Post
And why do you pass the same argument twice into the _Download function?
PHP Code:
_Download($file$file); 
The first argument is the files location and filename and the second argument is the filename, wich is the same if the file and the script is in the same location.
reborn is offline  
Reply With Quote