Posted by pradeep on 11/26/07 09:29
Dear all,
I want to know the difference between mysql_fetch_array() and
mysql_fetch_row().
I know that mysql_fetch_row() return data in numeric array while
mysql_fetch_array() return data in numeric as well as in associative
array.
But my question is, why it returns in both format. Is it wastage of
memory ?
Why this wastage is necesarry ?
Thanks in advance.
BYe.
Navigation:
[Reply to this message]
|