Buffering returned rows
Is there any advantage to storing rows returned from a call to mysql_fetch_array(), over just using a combination of mysql_data_seek() and mysql_fetch_array()? I ask because I'm not quite sure how PHP handles the database query internally.
Thanks!
Thanks!
