Hello,
I was wondering wich function is the fastest to display the contents of a table
mssql_fetch_row mssql_fetch_object mssql_fetch_array
Has anyone figured it out please mail me.
Thanx
It depends on how many rows your resultset contains.
if only on row then use mysql_fetch_row.
if multiple rows use mysql_fetch_array