Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?

Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension? Correct Answer extension=php_mysqli.dll

Also make sure that extension_dir directive points to the appropriate directory.

Related Questions

Which one of the following statements instantiates the mysqli class?