Check if you have done these... in php.ini
;Windows Extensions
extension=php3_mysql.dll
;extension=php3_calendar.dll
;extension=php3_dbase.dll
extension=php3_gd.dll
extension_dir = c:\php3 ; directory in which the loadable extensions (modules) reside
you should be all right...
cK wrote:
hi..
i can't use the GD.
currently i have php3-win32, apache as a server in Windows98..
i want to use the function in GD library in order to draw a graph but some error occur.
can i just change the php.ini file in line around 150 to :
extension=php3_gd.dll
??
what is that extension for??
but it seem can't be worked fine.. anyone can give me some advices??
TQ
cK