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_array and
mysql_fetch_object?

Answer Posted / sumit

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

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use mariadb instead of mysql?

970


how to Return total number of rows.

1055


What are the advantages of mysql in comparison to oracle?

1064


What you can use regular expression for in mysql? Support your answer with an example?

958


What is the difference between MyISAM Static and MyISAM Dynamic?

1085


What is difference between schema and table?

959


What are different types of queries?

991


What is the use of procedure in mysql?

973


Where is the mysql config file?

1023


How do you know if your mysql server is alive?

1120


What are the technical features of MySQL?

1063


What is difference between microsoft sql and mysql?

1055


How to update info already in a table and delete a row(s) from a table.

911


What is limit in mysql?

913


How do you create a schema?

1007