what i want to know is what the equivelent to asp's recordset.movefirst is in php?
I'm accessing my query results with mysql_fetch_array but as I understand it, ever time that function is called it gets the next row, how do I move back to the first row to resuse the same result set without requerying the database?
I'm accessing my query results with mysql_fetch_array but as I understand it, ever time that function is called it gets the next row, how do I move back to the first row to resuse the same result set without requerying the database?
Comment