Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?
extension=php_mysqli.dll
Correct:
extension=php_mysqli.dll
Explanation:
Answer: A
Also make sure that extension_dir directive points to the appropriate directory.