12-26-2007, 05:14 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Posts: 7
Thanks: 3
|
Quote:
Originally Posted by sjaq
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.
|
|
|
|