What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / shesh
mysql_fetch_object.....it return result as a object like
$result->name;
$result->city;
mysql_fetch_array.....it return result as a assiciative
array like
$result['name'];
$result['city'];
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Does php 7 support multiple inheritance?
Is json a string php?
How can you compare objects in php?
Explain how can we increase the execution time of a php script?
What are the benefits of using queries?
Where sessions stored in PHP?
What does php exit do?
Explain the difference between unlink() and unset()?
What PHP stands for?
List some features of php that are deprecated in php
Is php fully object oriented?
What are the different data types in javascript?
How to create a table to store files?
What are the options to transfer session ids?
What are the benefits of using php?