Oracle
1Z0-909 · Question #5
1Z0-909 Question #5: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-909 to reveal the answer and full explanation for question #5. The question stem and answer options stay visible for context.
Application Development
Question
Examine the Test.php script which is numbered for clarity, and its output: PHP Fatal error: Uncaught Error: call to underined function mysqli_connect () in Test.php:2 Which action will fix this error?
Exhibit
Options
- AEnable the mysqli extension in the php.ini file.
- BReplace line 2 with Slink = mysql.connect {"localhost: 3306n, "username", "pas "schema") ;
- CReplace line 2 With: Slink = mysql_xdevapi\getSession
- DInstall the PHP executable in the path used by the MySQL installation.
Unlock 1Z0-909 to see the answer
You've previewed enough free 1Z0-909 questions. Unlock 1Z0-909 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#PHP extensions#mysqli extension#database connectivity#PHP configuration
