Hello
I have a problem when I install PHP + GD.
I can't run my php program under "command line mode" with GD.
I mean that I can't use the functions in GD library like imagecreate()....,when run in the command line mode.The error message is: call to undefined function : imagecreate().
But it works fine when I run them from my browser...
Can anybody tell me what's wrong??
Thanks!!