0 votes
in Sql by
What is the difference between mysql_fetch_array and mysql_fetch_object?

1 Answer

0 votes
by
Following are the differences between mysql_fetch_array and mysql_fetch_object:

mysql_fetch_array() -Returns a result row as an associated array or a regular array from database.

mysql_fetch_object –  Returns a result row as object from database.

Related questions

0 votes
asked Jan 13 in Sql by DavidAnderson
0 votes
asked Jun 15, 2023 in Sql by Robin
...