I am trying to use PHP GD to draw graph, but I could not make the script work.
Under the server, PHP 4.3.6 was installed and the GD2.0.22 was enable.
I don't know how to check if the GD library was installed. The tutorial said the php.ini need to be modified to configure GD.
Honestly, I have no idea what they are talking about on the website here:
http://www.phpfreaks.com/tutorials/105/0.php
Could anyone tell me what should I do? shold I put some library of GD under my own folder with php script?
Or I need to ask my boss to change some setup of php?
Thanks a lot~!