1.

In How Many Ways We Can Retrieve Data In The Result Set Of Mysql Using Php?

Answer»

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

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



Discussion

No Comment Found