Code: Select all
while($get_row = mysql_fetch_assoc()){
//presentation code...
}How can anything happen if something is being created during that instance of THAT occurrence-action itself?
With this in mind, does mysql_fetch_assoc() just keep "fetching" until it reaches the end of the table? If that's the case, then I suppose that makes some sense because that would be a logical condition, but if that's NOT the case, then I'm hosed.
Any input on this is very appreciated.