Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
What is the difference between mysql_fetch_object and mysql_fetch_array?
Answer:
MySQL fetch object will collect first single matching record where mysql_fetch_array will collect all matching records from the table in an array
Download PHP Interview Questions And Answers
PDF
Previous Question | Next Question |
How To Get the Uploaded File Information in the Receiving Script? | How can I execute a PHP script using command line? |