Other Galleries"; $query = "SELECT * FROM otherGallery;"; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)){ echo "$row[name]
"; } include("footer.php"); ?>