I am trying to implement the PHP Graph demo (http://www.ebrueggeman.com/phpgraphlib/documentation/tutorial-mysql-and-phpgraphlib) for php chart given in this tutorial. But on adding the second line of the demo, it is giving a black screen. These are the first two lines of demo
include("phpgraphlib.php");
$graph=new PHPGraphLib(550,350);
I checked servers PHP version and GD version. They are in order What could be the reason for the black screen and how to implement the php graph. Thanks.