Crystal Reports in PHP Application using XML

modsIdeaceatt

New Member
I have a requirement as below:
  • I have a PHP Web Application with ability to connect to any DB with PDO.
  • I have a report generating script that will give me the report data in XML
  • Using the XSD from XML as Data Source, i have to define a Crystal report RPT file.
  • I have to call this RPT in runtime dynamically, during which the PHP Script will generate the XML document from DB and using this XML as Input to my RPT, the rendered report should be sent to the users browser.
I have googled to address this using PHP-COM but could not find what i exactly want..
 
Back
Top