In how many ways we can retrieve data in the result set of mysql using php? ~ Interview Questions & Answers

Monday, June 23, 2008

In how many ways we can retrieve data in the result set of mysql using php?

mysql_fetch_array - Fetch a result row as an associative array, a numeric array, or both
mysql_fetch_assoc - Fetch a result row as an associative array
mysql_fetch_object - Fetch a result row as an object
mysql_fetch_row —- Get a result row as an enumerated array

0 comments: