InterviewSolution
Saved Bookmarks
| 1. |
The updated MySQL extension released with PHP 5 is typically referred to as _______________(a) MySQL(b) mysql(c) mysqli(d) mysqlyI got this question during an internship interview.My doubt stems from Working with Databases-1 topic in section Objects and Databases in PHP of PHP |
|
Answer» RIGHT ANSWER is (C) mysqli Explanation: The updated MySQL EXTENSION with PHP 5 is known as MySQL and typically REFERRED to as mysqli. |
|