Add a line "php_mysqli.dll" on PHP.INI to load the lib correct.
<{POST_SNAPBACK}>
that will not fix the issue,
1. Download the Full PHP zip:
http://us3.php.net/g...p/from/a/mirror2. Extract to your desktop
3. upload the ext directory to your PHP directory
i.e. C:\PHP\
4. Copy the libmysql.dll from zip above & paste to C:\PHP\ext & C:\WINNT\System32 or C:\Windows\System32
C:\ is the default location if you have changed this on the installation then you need to put them in the correct places.
5. Edit php.ini
Find:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "/"
Replace with:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\PHP\ext"
Find:
;extension=php_mysql.dll
Replace with:
extension=php_mysql.dll