InterviewSolution
Saved Bookmarks
| 1. |
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.dlI have been asked this question in exam.My question is based upon Working with Databases-1 topic in chapter Objects and Databases in PHP of PHP |
|
Answer» Right answer is (a) extension=php_mysqli.dll |
|