PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?php
Warning: main(jpgraph.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\cb359\test2.php on line 2
Warning: main(): Failed opening 'jpgraph.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\cb359\test2.php on line 2
Warning: main(jpgraph_bar.php): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\cb359\test2.php on line 3
Warning: main(): Failed opening 'jpgraph_bar.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Apache Group\Apache2\htdocs\cb359\test2.php on line 3
Resource id #2
Fatal error: Cannot instantiate non-existent class: graph in C:\Program Files\Apache Group\Apache2\htdocs\cb359\test2.php on line 16
?>
There are the warning while i put the C:\jpgraph-1.12.2\src inside my c drive...It cannot display the image and i dun know where should i correct it,anyone know how to solve it???
So,for this problem...I am using jpgraph-1.12.2 to auto generate my data into the graph,chart...But i dun know what the dir should i put...DO u have any commend???