Quote:
Originally Posted by Xenon
GD is implemented in PHP since version 4.3.0 iirc.
you just have to enable it in your php.ini file:
Code:
extension=php_gd2.dll
(note that there is no ; in front of that line if it's enabled
|
OK I took out the ; before that line, when I save it it gives me this error: Unkown () unable to load the dinamic library ./php_gd.dll. The specified module could not be found,
hmm...any suggestions?