I have this file I want people to download however my logic is wrong the file is their my code just wont find it if anyone could point out what is wrong let me know Thanks
$File= "C:\Shared\Database\Recommendations\" . $CaseDoc;
IF (file_exists($File)) {
echo "Click here to down load"; //temp to test if file is there
}
ELSE {
echo " The file is not there", $File; //temp to test is file is there
}