If your PHP installation and Crystal Reports installation are on the same Windows based system, you can use COM objects to access the reports. Something like this should work (or at least get you on the path to getting it towkr)
$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");
$rn="F:\notes5\test.rpt";
$rap=$cr->OpenReport($rn);