Vidyalelo
PHP · Q19

Databases Handling

Programming · PHP · question 19

Q19

Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?

A.
get_row()
B.
fetch_row()
C.
fetch()
Answer
D.
row()

Answer: Option C

Solution

Answer: Option C
Solution:
Its prototype follows: class mysqli { boolean fetch() }