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 the use of super-global arrays in php?
How long does a session last in php?
How long will it take to learn php?
Tell me what is the use of mysql_real_escape_string() function?
Why do we use inheritance in php?
How can you retrieve a cookie value?
What is php trait?
Name some of the functions in php.
What is php static function?
What is the use of stripslashes in php?
Are sessions stateless?
What is laravel php?
What are the difference between echo and print?
How a constant is defined in a php script?
How to write comment in php?