Libchart

Simple PHP chart drawing library
  • Introduction
  • Download
  • Sample Code
  • Reference API
  • Links

How to check for GD ?

Your PHP version should be compiled with GD and FreeType libraries.

Copy and run the following script on your server:

	<?php
		phpinfo();
	?>

You should have a GD section in the output with the following lines:

  • GD Version: 2.0 or higher
  • FreeType Version: 2.0 or higher
Checking for GD

Back


Site last modified July 27th, 2011 by Jean-Marc Trémeaux