Forum Moderators: coopster

Message Too Old, No Replies

How to uncomment php mysql.dll in php.ini?

Newbie question.

         

PowerUp

3:25 pm on Jul 24, 2007 (gmt 0)

10+ Year Member



Hi,

I open php.ini with notepad. And this is what i see


;extension=php_mssql.dll
;extension=php_mysql.dll
;extension=php_mysqli.dll

The tutorial says to "Uncomment the line extension=php_mysql.dll ..." How do I uncomment it?

eelixduppy

3:27 pm on Jul 24, 2007 (gmt 0)



Remove the semi-colon ;)

PowerUp

3:50 pm on Jul 24, 2007 (gmt 0)

10+ Year Member




Remove the semi-colon ;)

Thanks.

coopster

3:30 am on Jul 25, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



And don't forget to reboot your HTTP server!