Sunday, July 17, 2011

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

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().

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home