InterviewSolution
Saved Bookmarks
| 1. |
Which of the following methods is used to execute the statement after the parameters have been bound?(a) bind_param()(b) bind_result()(c) bound_param()(d) bound_result()I had been asked this question during an internship interview.My doubt is from Working with Databases-2 in portion Objects and Databases in PHP of PHP |
|
Answer» Correct option is (a) bind_param() |
|