Hi all,
I am new to using the COM with PHP so hope you can help me here.
Basically I need to send data from database to a Crystal Report using PHP/COM.
I have googled for help and checked the PHP.net site but best I can get is here...
$cr=new com("CrystalRuntime.Application.11") or die("cannot load cr com");
$rn="F:\notes5\test.rpt";
$rap=$cr->OpenReport($rn);
Any ideas how I write data to the report and then have that report display?
Thanks.