I have a number of instances where I run a query and then use while to loop through and extract information by column name.
This worked fine but, if I would like to be able to loop through the same data again, without running the query again.
Is there a way to reset the mysql_fetch_array?
Any suggestions would be great.