Question: What does the mysqli method query ( ) do if $sql is an improperly formatted INSERT statement? $mysqli - > query ( $sql ) ;

What does the mysqli method query() do if $sql is an improperly formatted INSERT statement?
$mysqli->query ($sql);
Throws an exception
Prompts the user for a new INSERT statement
Ignores the INSERT statement
Silently fails to execute the INSERT statement
What does the mysqli method query ( ) do if $sql

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!