Forum : What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

Differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()...
Asked by Abhijit Paul | Nov 4, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Abhijit,

mysql_fetch_array() -> Fetch a result row as a combination of associative array and regular array.
mysql_fetch_object() -> Fetch a result row as an object.
mysql_fetch_row() -> Fetch a result set as a regular array().

Hope u got the differences now.
Nov 4, 2009