GD not installed
Posted: Thu Aug 02, 2007 3:31 am
Hi,
I want to learn about drawing with php which needs GD library support. Before that I test the server if there is GD library installed. So I use this code:
But the result is no GD installed.
I check the phpinfo, GD is installed and all enabled. I check php.ini, the phrase extension:php_gd.dll, it is already uncomment. So, I don't know what else I should do.
Could someone tell me how to solve this problem?
Thank you,
ayok
I want to learn about drawing with php which needs GD library support. Before that I test the server if there is GD library installed. So I use this code:
Code: Select all
if(!function_exists("gd_info"))I check the phpinfo, GD is installed and all enabled. I check php.ini, the phrase extension:php_gd.dll, it is already uncomment. So, I don't know what else I should do.
Could someone tell me how to solve this problem?
Thank you,
ayok