what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / sowmya mn
mysql_fetch_assoc — Fetch a result row as an associative array
mysql_fetch_array — Fetch a result row as an associative
array, a numeric array, or both
mysql_fetch_row — Get a result row as an enumerated array
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What function should you use to join array elements with a glue string?
What is the use of trim in php?
What is difference between php and wordpress?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Can we run php on tomcat server?
How cookies are transported from browsers to servers?
What is rest api in php?
What does the unset() function means?
Is it possible to destroy a cookie?
How can I load data from a text file into a table?
What is trim codeigniter?
Which variable declarations within a class is invalid in php?
How can we set and destroy the cookie in php?
Tell me how the result set of mysql be handled in php?
Whether php supports microsoft sql server?