Home » PHP » PHP MySQL Database » Question
  1. Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?
    1. row()
    2. get_row()
    3. fetch_row()
    4. fetch()
    5. None of these
Correct Option: D

fetch()



Your comments will be displayed only after manual approval.