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 is difference between php and html?
Is php a backend?
Write a program using while loop?
Is age nominal or ordinal?
Tell me are parent constructors called implicitly inside a class constructor?
How can we calculate the similarity between two strings?
What is asort php?
How can we change the maximum size of the files to be uploaded?
What does the initials of php stand for?
Code to upload a file in PHP?
How to create an array from php string?
How many days will it take to learn php?
What are magic methods?
How can we connect to a mysql database from a php script?
Tell me how the result set of mysql be handled in php?