I am trying to install and use phpreports but do not understand how to install. I am using Apache and PHP5 on Windows 2000 Server.
The instructions state:
"so you can choose to put this path inside your php.ini file and restart your web server (I think this way
is better) or put a ini set() call before using some PHPReports class, like this:
<?php
ini set("include path",ini get("include path").":/usr/lib/phpreports/");
include once "PHPReportMaker.php";
$oRpt = new PHPReportMaker();
?>"
Can anyone give me a simple walkthrough of how to proceed? I have never edited php.ini....
The instructions state:
"so you can choose to put this path inside your php.ini file and restart your web server (I think this way
is better) or put a ini set() call before using some PHPReports class, like this:
<?php
ini set("include path",ini get("include path").":/usr/lib/phpreports/");
include once "PHPReportMaker.php";
$oRpt = new PHPReportMaker();
?>"
Can anyone give me a simple walkthrough of how to proceed? I have never edited php.ini....