Hi,
I have recently installed php-4.1.1 on Windows ME. I am at the moment trying to install php_gd.dll. What I have done so far is:
created a new folder called extensions in my php directory, and placed the php_gd.dll in the folder.
made a copy of php_gd.dll and placed it in C:\windows\system
inserted the following lines into my php.ini file (which is placed in C:\windows):
[extension]
extension_dir=C:\php\extensions extension=php_gd.dll
The problem is, when I try to view the php code I have written using some of the functions from the php_gd.dll in IE, it is telling me that "Unable to load dynamic library 'C:\php\extensions\php_gd.dll'"
Can someone please help?
Thanks