Sail E0 Webinar
Question
Which of the following methods is used to execute the statement after the parameters have been bound?
Options:
A .  bind_param()
B .  bind_result()
C .  bound_param()
D .  bound_result()
Answer: Option A


Once the statement has been prepared, it needs to be executed. Exactly when it's executed depends upon whether you want to work with bound parameters or bound results. In the case of bound parameters, you'd execute the statement after the parameters have been bound with the bind_param() method.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers