Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     extension=php_mysqli.dll

    B.

     extension=mysql.dll

    C.

     extension=php_mysqli.dl

    D.

     extension=mysqli.dl

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment