I have this code - $myfile = fopen($filename, "r") or die(\'Cannot open file\');
$myfile = fopen($filename, "r") or die(\'Cannot open file\');
The $filename is correct and die() is also not executing, but