Can you please explain the difference between mysql_fetch_object and mysql_fetch_array?

Submitted by: Administrator
MySQL fetch object will collect first single matching record where mysql_fetch_array will collect all matching records from the table in an array.
Submitted by:

Read Online PHP Developer Job Interview Questions And Answers