Hi the following code is part of my php page which displays files in a folder/s. When the user select the file it opens it automatically, can i pass the file to a download page or somthing which will open the file and prompt the user to download>
chdir($path);
$file_location = "files/standard/reports/".basename($current_dir)."/";
echo "<a href=\"$file_location$value\">$value</a>";
Please can anyone help!
Kindest regards,
Dee
chdir($path);
$file_location = "files/standard/reports/".basename($current_dir)."/";
echo "<a href=\"$file_location$value\">$value</a>";
Please can anyone help!
Kindest regards,
Dee