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 role of php.ini file?
Write a statement to show the joining of multiple comparisons in php?
What should we do to be able to export data into an excel file?
What is action hooks and filter hooks?
Where do I run php code?
What is $row in php?
How do I run a php program in dreamweaver?
Write a php script to get the largest key in an array?
Explain the visibility of the property or method?
Describe the security vulnerability of PHP?
What Is a Persistent Cookie?
Is it more secure to use cookies to transfer session ids?
How to pass variables and data from php to javascript?
What is php date function?
How to connect to mysql from a php script?