Hi,
i started with exeoutput for php yesterday and it is almost working. I created pdf files (in the application with fpdf) to my local path next to the applications exe in c:\temp\document\offer but now i want to load this files stored there and i couldn’t get it working I tried:
$row_offer’id’] has the value “0000006.pdf”
<a href=‘heopenit://".$_SERVER’DOCUMENT_ROOT’].“document/offer/”.$row_offer’id’].".pdf’>test1
<a href=‘heopenit://".$_SERVER’DOCUMENT_ROOT’].“document\offer\”.$row_offer’id’].".pdf’>test2
<a href=’".$_SERVER’DOCUMENT_ROOT’].“document\offer\”.$row_offer’id’].".pdf’>test3
<a href=’".$_SERVER’DOCUMENT_ROOT’].“document/offer/”.$row_offer’id’].".pdf’>test4
i used chromium to compile.
It would be a create help to find a way to open my files
cu Mike