Forum Moderators: coopster
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?
Remove the semi-colon ;)
Thanks.