Home » PHP » PHP MySQL Database » Question
  1. Which one of the following lines need to be uncommented or added in the php.ini file so as to enable mysqli extension?
    1. extension=mysql.dll
    2. extension=mysqli.dl
    3. extension=php_mysqli.dll
    4. extension=php_mysqli.dl
    5. None of these
Correct Option: C

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



Your comments will be displayed only after manual approval.