Sr. PHP Programmer Question:
Download Questions PDF

What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

Answer:

mysql_fetch_assoc function Fetch a result row as an associative array, While mysql_fetch_array() fetches an associative array, a numeric array, or both

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Differences between GET and POST methods?What is the use of the function htmlentities?