A quick quesiton (cant seem to get what I want on google - prolly not looking in the right places).
I remember using a function that allowed you to reuse a query if it has already been used.
I thought it was mysql_free_result($query) and it would let you use the $query again which is $query = mysql_query("select * from table").
But it is not working at the moment :(
What was the correct function?
Thanks, Regards X