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 / priya ranganathan

mysql_fetch_object : will return the results from database
as objects. fields will be accessible like in objects
i.e $result->name,$result->cust_name

mysql_fetch_array : will return the results from database as
array. fields will be accessible like in objects
i.e $result[name],$result[cust_name]




Is This Answer Correct ?    139 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between $var and $$var?

1028


Is json a string php?

1019


Explain setcookie() function in php?

1069


Is php a low level language?

1022


Explain PHP looping?

1072


Can constructor be private in php?

1078


What are getters and setters php?

1069


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

2389


Explain what are psrs? Choose 1 and briefly describe it?

1010


How do you trim spaces in excel?

1066


How to update memcached when you make changes to php?

1023


What is session in php w3schools?

1108


What is the expansion of LAMP?

1104


Does php need to be installed?

985


Can we run php in apache tomcat?

1036