Here's my question. I want to go through a database query result set using the mysql_fetch_row() function twice.
But the second time I try to use mysql_fetch_row(), it returns false because the function has previously gone through each row and there are now no more rows.
Can I somehow reset the function without having to make a second database query?
thanks
But the second time I try to use mysql_fetch_row(), it returns false because the function has previously gone through each row and there are now no more rows.
Can I somehow reset the function without having to make a second database query?
thanks