Home » PHP » PHP MySQL Database » Question
  1. Which of the methods are used to manage result sets using both associative and indexed arrays?
    1. fetch_array() and fetch_column()
    2. get_array() and get_row()
    3. get_array() and get_column()
    4. fetch_array() and fetch_row()
    5. None of these
Correct Option: D

fetch_array() and fetch_row()



Your comments will be displayed only after manual approval.