I am trying to integrate \"pChart\" with my PHP code. When I am trying to run the samples it gives me an error stating call to undefined function imagecreatetruecolor<
Use the following code to test if you have GD extension:
".print_r($testGD,true)."
";
If you get the message that it's not installed, then check the following steps:
phpinfo()
and look up php.ini pathphp.ini
: extension_dir=php.ini
: extension=php_gd2.dll //uncomment or add