Returns an array that corresponds to the fetched row and moves the internal data pointer ahead.
I think moving data pointer with mysql_data_seek() would do the job
But i think this is not a good way, you should usually fetch data from database once and store them