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 are php magic methods/functions?
What does php exit do?
What is php constructor?
What is the correct syntax of mail() function in php?
What is difference between required and include in php?
Where is the functions php in wordpress?
What is the different between count() and sizeof() in php?
Is it possible to submit a form with a dedicated button?
How to create a web form?
What is the current stable version of php?
How to create a session? How to set a value in session?
What are global variables in php?
What is the default time in seconds for which session data is considered valid?
Which is not a php magic constant?
What is the difference between die () and exit () in php?