I have two while loops running one after the other (not inside of each other) - I\'ve simplified the code a bit so that only the important parts of it are listed below. The
mysql_fetch_assoc steps through the results, right? It's already at the end on the second while loop, so it does nothing.