came across a problem that is annoying me. when i do a mysql_query I can loop through the results no problem e.g (while...$m = mysql_fetch_array($select)
that all works fine, but say further on down the script when i try to loop through the same $select again it gives me nothing. any ideas?
that all works fine, but say further on down the script when i try to loop through the same $select again it gives me nothing. any ideas?