Page 3 of 3

Posted: Thu Jul 05, 2007 3:52 pm
by spamyboy
I have read that

Code: Select all

mysql_fetch_row
is mutch faster then

Code: Select all

mysql_fetch_array
is it true ? would it help me ?