MySQL_fetch_array

What is the difference between "mysql_fetch_array" and "mysql_fetch_object"

Questions by mgt_p

Showing Answers 1 - 2 of 2 Answers

gautamphp

  • Aug 30th, 2008
 

MySQL_fetch_array() return result set or row of data as an array(numeric or associative or both by the help of mysql_query).
And the result can access by indexing number or field name.

It is so ez for developer to use.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions