Posted by macca on 10/25/07 23:36
open php.ini
find this:
extension_dir =
set it to this:
extension_dir = "C:\php\ext"
find
;extension=php_mysql.dll
and uncomment it to this:
extension=php_mysql.dll
Open the c:\php\ext folder and make sure that it has the file
php_mysql.dll in it.
Restart the web server.
Navigation:
[Reply to this message]
|