PHP MCQ MySql with PHP Basic MCQ Question #2552
Single Choice Not Set

QWhich of the following methods is used to execute the statement after the parameters have been bound?

ID: #2552 MySql with PHP Basic MCQ 2,067 views
Question Info
#2552Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A bind_param()
  • B bind_result()
  • C bound_param()
  • D bound_result()
Correct Answer

Explanation

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.

Share This Question

Challenge a friend or share with your study group.