Sr. PHP Programmer Question:
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
Previous Question | Next Question |
Explain Differences between GET and POST methods? | What is the use of the function htmlentities? |