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
What is the static variable in function useful for?
How to get the length of string?
What is basic php?
How to call javascript function in php without any event?
What is encapsulation in php with example?
What is the function file_get_contents() usefull for?
Is php strongly typed?
What are access specifiers?
What are the delimiters in php?
Distinguish between urlencode and urldecode?
What is the use of pear in php?
Explain about looping in PHP?
Explain mixed and callback functions?
Is python better than php?
What is associative array in php?