hi,
i try to open my document file (report.doc) direct on my system. but i don't know is i got the wrong code.
my code is:
$f = $path."/Manual/report.doc";
$fp = fopen($f,"r");
fpassthru($fp);
while no system error appear the page still display blank.