what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / srinivas1982
Wrong mysql_fetch_row retrives a single row or record from a
table and mysql_fetch_array returns all rows and result into
an array this array is both numeric and associative.
mysql_fetch_row has single row.
where as mysql_fetch_array has multiple rows.
| Is This Answer Correct ? | 25 Yes | 42 No |
Post New Answer View All Answers
What is the difference between a session and cookies?
Explain briefly about a search-friendly site looks like?
How can we check the value of a given variable is alphanumeric?
Php program to generate fibonacci series?
How do you destroy a particular or all Sessions?
What is difference between echo and print_r in php?
What is php session id?
What is zend studio for?
What is null value in php?
How is it possible to know the number of rows returned in result set?
What are php loops?
How to create a mysql connection in php?
Which function will you use to create an array?
Tell me what is the use of the function htmlentities?
What is difference between md5 and SHA256?