Hi,

I have Windows XP professional with IIS 5 installed and running, I downloaded the latest Windows build (4.1.1) from http://php.net.

I bought a book 'Beginning PHP' from worx and was Woking through it fine running basic PHP scripts.

However when I tried to use the ImageCreate function I get an error saying that it's not a valid function call, as if the module is not available to my code. Do I have to install it separately?

Any help would be appreciated, thanks

William Evran

    have you added the GD library to your system?

      • [deleted]

      the image functions require the GD library.
      most likely that dll is already on your system and you just have to enable it in the 'extensions' section of your php.ini file.

        Write a Reply...