# Display NMI Forms echo ""; echo ""; echo ""; if(!$NMI) { die('Query failed to connect: ' . mysql_error()); } while ($row=mysql_fetch_array($NMI)) { $Title = $row['Title']; $Link = $row['Link']; $Size = $row['Size']; $Type = $row['Type']; echo ""; echo ""; echo ""; } # Display NYI Forms echo ""; echo ""; echo ""; if(!$NYI) { die('Query failed to connect: ' . mysql_error()); } while ($row=mysql_fetch_array($NYI)) { $Title = $row['Title']; $Link = $row['Link']; $Size = $row['Size']; $Type = $row['Type']; echo ""; echo ""; echo ""; } # Display Helpful Links echo ""; echo ""; echo ""; if(!$Gen) { die('Query failed to connect: ' . mysql_error()); } while ($row=mysql_fetch_array($Gen)) { $Title = $row['Title']; $Link = $row['Link']; $Pic = $row['LinkPic']; echo ""; echo ""; } ?>