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?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

☛ 1. mysql_fetch_row
☛ 2. mysql_fetch_array
☛ 3. mysql_fetch_object
☛ 4. mysql_fetch_assoc

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is the difference between the functions strstr() and stristr()?Object-Oriented Methodology in PHP?