Discussion :: PHP - CS
- 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 |
B.
extension=mysql.dll |
C.
extension=php_mysqli.dl |
D.
extension=mysqli.dl |
Answer : Option A
Explanation :
Also make sure that extension_dir directive points to the appropriate directory.
Be The First To Comment