Does anyone have a good site that can walk me step by step through installing the GD image library on Win98 and apache 1.3.26? Or if you'd like... walk me through it yourself. Hopefully someone does, thanks in advance!
You can install GD with PHP (running under Apache). Just must go into your configuration file and load GD module.
Something like : extension=php_gd2.dll
(Be sure the module is compatible with your version of PHP)
I am still getting there error undefined function or method, which means to me that the install is not working as a module?
To check if GD is loaded, create a file like this : <? phpinfo(); ?>
And look if there is a "GD" Section.
It's not showing up anywhere in the phpinfo() call. Any other suggestions?