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