What I know is mysql_fetch_array can return a array with variable name, for example $example['first'], which mysql_fetch_row won't.

Is this the only difference?

Thanks.

    This can be most effectively answered by reading the relevant pages of the manual.
    [man]mysql_fetch_array[/man]
    [man]mysql_fetch_row[/man]
    And a third that is equally relevant
    [man]mysql_fetch_assoc[/man]

      As well as mysql_fetch_object

        Write a Reply...