Jump to content
We've recently updated our Privacy Statement, available here ×

dozetech

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by dozetech

  1. I need to adapt the PHPJasperXML class to connect with Oracle. I even did the implementation, but the report opens in the browser, without the data, only with header.
  2. I can not operate the PHPJasperXML 0.9 when testing localhost/phpjasperxml/sample1.php, goes blank and nothing happens. <?php require_once('class/fpdf/fpdf.php');require_once("class/PHPJasperXML.inc.php");//require_once('setting.php'); $xml = simplexml_load_file('sample1.jrxml'); $PHPJasperXML = new PHPJasperXML();//$PHPJasperXML->debugsql=true;$PHPJasperXML->arrayParameter=array("parameter1"=>1);$PHPJasperXML->xml_dismantle($xml); $PHPJasperXML->transferDBtoArray("localhost","root","","phpjasperxml");$PHPJasperXML->outpage("I"); //page output method I:standard output D:Download file ?>
×
×
  • Create New...