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 php artisan tinker?
Can I include php in javascript?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
How can you compare objects in php?
What are the advantages and disadvantages of cascade style sheets?
Explain php split() function.
Explain the difference between php4 and php5.
How to check if a string contains a character or word in php?
Do you know how to delete a file from the system?
Explain what are psrs? Choose 1 and briefly describe it?
Can we extend two classes in php?
Is empty in php?
Explain me is it possible to destroy a cookie?
Can php run without apache?
Are php sessions secure?