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 / tushal burungale

fetch_array:
fetch_array returns result in assoc array and also in
numeric array
e.g fetch_array:Array([0]=>Tushal)

fetch_row:
mysql_fetch_row returns result in numeric array only.
e.g
fetch_row:Array([0]=>Tushal[name]=>Tushal)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of the .htaccess file in php?

1004


Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

955


How to swap two variables without using 3rd temp variable.

958


What is the difference between $name and $$name?

1053


What is "echo" in php?

1023


Why does sql injection happen?

1052


Tell me what is the main difference between php 4 and php 5?

1028


What is the use of mysql_real_escape_string() function?

986


Tell me can the value of a constant change during the script's execution?

1388


What is foreach loop in php?

1084


What is return value in php?

1080


What is the use of offset in mysql?

1001


What is c++ polymorphism?

1027


What is a string in r?

977


Which is useful for method overloading?

1180