what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / amit
mysql_fetch_array() will return result row as associative or
nueric array or both.While mysql_fetch_row() will return
result row as array & return only single row.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
What is php and why it is used?
What is the difference between array_merge() and array_merge_recursive() in php?
What is the current php version?
What is framework? How it works? What is advantage?
Is facebook still written in php?
How to define a function with any number of arguments?
Tell me how can we display information of a variable and readable by human with php?
What is var_dump?
Define urlencode() and urldecode() used in php?
Can a super () and this () keywords be in same constructor?
What is overloading and overriding in oop?
How to replace a text in a string with another text in php?
How cookies are transported from servers to browsers?
What is a string in r?
What is super keyword in php?