NoteIf when starting the web server an error similar to the following occurs: "Unable to load dynamic library './php_mysqli.dll'", this is because php_mysqli.dll cannot be found by the system.
PHP Warning: PHP Startup: Unable to load dynamic library 'c:/php/ext\php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'c:/php/ext\php_pdo_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
Thank you very much Houdini. I already try that out before but still no good. I have found the cure already. Since I use the PHP 5.1.14, there is no need to use the mysqli command but the mysql only. mysqli is for PHP 5.1.12 and MySQL 5.0.
3a8082e126