How can I showing up a report file (*.rpt) from crystal report into a web browser with PHP, I'm already used this code :
$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");
$rn="C:\WAMP\k\allreports\BS18A.rpt";
$rap=$cr->OpenReport($rn);
but there was'nt happen any thing, it just a blank page comes up
could any one give me some help , please ???