MCQOPTIONS
Saved Bookmarks
| 1. |
Which one of the following statements instantiates the mysqli class? |
| A. | mysqli = new mysqli() |
| B. | $mysqli = new mysqli() |
| C. | $mysqli->new.mysqli() |
| D. | mysqli->new.mysqli() |
| Answer» C. $mysqli->new.mysqli() | |