How do I advance the pointer to the next row within a while loop using mysql_fetch_array?Code:while ($row = mysql_fetch_array($result)) { $zip11 = $row['postnet ip']; include "postnet2.php"; //SOME MORE PROCESSING //I NEED TO ADVANCE THE POINTER HERE TO THE NEXT ROW //SOME MORE PROCESSING }



Reply With Quote



Bookmarks