Ok, how do you go back to the first row once you have odbc_fetch_row()'ed until the end? Let's say I want to loop through something twice. Do I have to do the same query again, and then do the second loop, or is there a good way to do this? In ODBC?
SCT