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
How to write comment in php?
What is the use of curl()?
What does php exit do?
Why use php artisan serve?
How easy is php?
What is difference between required and include in php?
Is variable name casesensitive in php?
What is local variable in php?
Is numeric in php?
How to reset/destroy a cookie?
What is the importance of "action" attribute in a html form?
What type of comments are supported by PHP.
Explain NULL?
Is python easier than php?
What are the string functions in php?