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 / arumugam

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
an array.The array will be in in associative as well as
numeric manner.
i.e $result['column_name'] or $result[0].here '0'indicates
first column in table

Is This Answer Correct ?    47 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is namespace and use in php?

1044


Write a php function to convert all null values to blank?

1383


How to download files from an external server with code in php?

925


Which is better get or post method?

961


how can i develop forum code? any one pleale help me on this question

1986


How the values are ordered in an array?

1156


Why php is sometimes called as embedded scripting language?

999


Which function would you use to read a line of data from a file in php?

1077


Where php basically used?

1056


What are include() and require() functions?

1001


Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?

1109


What is the current stable version of php? What advance thing in php7?

1054


What is composer install?

1113


What are the __construct() and __destruct() methods in a php class?

1007


explain php variable length argument function.

1120