query($sql);
?>
Exploration Table
Year wise list of village to village survey / exploration conducted by Aurangabad Circle,
Archaeological Survey of India, from 1956 to till date
num_rows > 0) {
while ($row = $result->fetch_assoc()) {
echo "
| {$row['year']} |
{$row['district']} |
{$row['nature']} |
";
}
} else {
echo "| No records found |
";
}
$conn->close();
?>