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_row()?

Answer Posted / manikandan

mysql_fetch_array()works as an associative array i.e. just
use the field name specified in your database to access the
values while mysql_fetch_row() returns the value of a
single field in a particular row if you r going to specify
the array's index which starts from '0'.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are php magic methods/functions?

1041


What does php exit do?

1116


What is php constructor?

1072


What is the correct syntax of mail() function in php?

1074


What is difference between required and include in php?

992


Where is the functions php in wordpress?

1150


What is the different between count() and sizeof() in php?

988


Is it possible to submit a form with a dedicated button?

993


How to create a web form?

1072


What is the current stable version of php?

1085


How to create a session? How to set a value in session?

1027


What are global variables in php?

996


What is the default time in seconds for which session data is considered valid?

1185


Which is not a php magic constant?

1108


What is the difference between die () and exit () in php?

1024