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 delete cookie files on your computer?
Which Scripting Engine PHP uses?
Explain the difference between static and dynamic websites?
Tell me what is the difference between get and post?
Do while loops php?
How to remove leading and trailing spaces from user input values?
How we can retrieve the data in the result set of mysql using php?
What do you mean by core php?
What is multidimensional array in php?
How do you sort an array in php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
How to set cookies in PHP?
How to replace a substring in a given string in php?
What is the main function of php?
Tell me what is the difference between unset() and unlink()?