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 default session out time?
What is array filter php?
Explain the changes in php versions?
Tell me what is use of in_array() function in php?
How do I get csrf token?
When to use self over $this?
Which is better session or cookie?
Php being an open source is there any support available to it?
How can we access the data sent through the url with the get method?
What are escaping characters?
What are the benefits of composer?
Is set in php?
Write a program to swap two numbers using php.
How to upload file in php?
What is oops php?