Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to get a random value from a php array?

1047


What is the difference between php and core php?

1007


What is difference between session_unset and session_destroy?

1102


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2121


How can we calculate the similarity between two strings?

1050


Explain about switch statement in PHP?

1065


How to increase the execution time of a PHP script?

1101


What is the difference between rest and soap?

1213


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1958


What is the meaning of "enctype= multipart/form-data" ?

1201


What is the name of scripting engine in php?

1284


Why do we use htaccess

1127


What is Apache's configuration file typically called?

1194


Why are sessions used?

1008


What is difference between mysql_fetch_array and mysql_fetch_assoc?

1009