InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Mysql_fetch_array And Mysql_fetch_object? |
|
Answer» mysql_fetch_array — FETCH a RESULT row as an associative ARRAY, a numeric array, or both mysql_fetch_array — Fetch a result row as an associative ARRAY, a numeric array, or both |
|