Junior PHP Developer Question:
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
Previous Question | Next Question |
Tell me what is the difference between the functions strstr() and stristr()? | Object-Oriented Methodology in PHP? |