Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Explain how we can retrieve the data in the result set of MySQL using PHP?
Answer:
☛ 1. mysql_fetch_row
☛ 2. mysql_fetch_array
☛ 3. mysql_fetch_object
☛ 4. mysql_fetch_assoc
☛ 2. mysql_fetch_array
☛ 3. mysql_fetch_object
☛ 4. mysql_fetch_assoc
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is the difference between the functions strstr() and stristr()? | Object-Oriented Methodology in PHP? |