•What is the difference between “mysql_fetch_array”
and “mysql_fetch_object?
Answer Posted / kapil dhiman
mysql_fetch_array() return an array of records
mysql_fetch_object return an object of records
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tools used for drawing er diagrams?
What is php regular expression?
What is the difference between $argv and $argc? Give example?
Explain the three different kinds of Arrays?
What is meant by public, private, protected, static and final scopes?
What is lamp in php?
Explain mysql_error().
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How can we execute a php script using command line?
Explain me difference between mysql_connect and mysql_pconnect?
What is singleton class in php?
What is cms php?
What is ltrim?
How do you define a constant?
What is boolean in php?