MySQL Forums
Forum List  »  PHP

Re: mysql_fetch_array Vs mysql_fetch_row
Posted by: SQL Maestro
Date: January 05, 2006 07:50AM

The fetch_array() function unites in itself two other functions such as fetch_row() and fetch_assoc().
Can return result as 2in1 - i.e. array access to the fields data as [0] and ['field_name'] simultaneously.

SQL Maestro is a Windows GUI admin tool for SQL management, control and development
http://www.sqlmaestro.com

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql_fetch_array Vs mysql_fetch_row
January 05, 2006 07:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.