what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / narasimha.p
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How long will it take to learn php?
Is null check in php?
Is php faster than python?
What is session_register()?
What is return value in php?
What is full form of php? Who is the father or inventor of php?
Are there regular expressions in php?
How to convert strings to numbers in php?
How to create a table using php?
Is php still relevant 2019?
What is php's mysqli extension?
How to get the length of string?
What is the use of "enctype" attribute in a html form?
What does $_ post mean in php?
write a note on Testing the web site