Hello,
I wrote a php script to open a file using fopen in read mode.
I gave correct file name and even permissions are set to read n write, even-though the script is not able to open the file. But the scripts works fine for all files except .ppt files.
script:
$file_path =...