Vidyalelo
PHP · Q3

Databases Handling

Programming · PHP · question 3

Q3

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

A.
extension=php_mysqli.dll
Answer
B.
extension=mysql.dll
C.
extension=php_mysqli.dl
D.
extension=mysqli.dl

Answer: Option A

Solution

Answer: Option A
Solution:
Also make sure that extension_dir directive points to the appropriate directory.