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 are the differences between session and cookie?
Write a program in php to print a table of a number?
What does csrf token mean?
What is a controller in php?
What does the unlink() function mean?
Is multilevel inheritance possible in php?
What is prepared statement in php?
How to calculate the difference between two dates using php?
Can a trait extend a class php?
How can you submit a form without a submit button?
Why use php artisan serve?
What is a class in php programing?
How to reset/destroy a cookie in php?
What is the difference between file_get_contents() and file_put_contents() in php?
What is printf in php?