I am a rookie in PHP but I need GD to create images for Charts. I have GD 1.8.4. and jpeg-6b but what now?

My php-gd.dll doesn\\'t work don\\'t ask me why! Every time I want to start Apache when i activated GD in the php.ini (extension=php-gd.dll) Apache doesn\\'t work.

I use Win 98 SE and Apache 1.3.14.

    What's the error message you get?

    Also, did you copy php-gd.dll into the c:\windows\system and php.ini into the c:\windows directory?

    Dave

    ===========================================
    http://badblue.com
    Small footprint P2P web server for Windows,

    File-sharing, PHP, wireless apps & more

      Yes I did it both. And the error message is:
      a fatal error. Apache will be closed.

      My extension directory is:
      C:\php\extensions

        Edit the php.ini file. If you search through the extensions section, add the following line:

        extension=php_gd.dll

        if there is a # in front, ie

        #extension=php_gd.dll

        remove the # in front of the line.

        If the extension directory directive is correctly set and the file php_gd.dll is in this directory, your script should work.

        Hope this helps.

          Write a Reply...