include('location_data.php'); $imgdir = "/home3/parishp1/public_html/flinthillshelters/Location_php/"; if (!isset($_GET['name'])) { header('Location: ../'); } if (!isset($location[$_GET['name']])) { header('Location: ../'); } $loc = $location[$_GET['name']]; ?> include('includes/header.php'); ?>
include('includes/nav.php'); ?>Name | Township | County |
---|---|---|
".$location[$key]['header']." | ".$location[$key]['township']." | ".$location[$key]['county']." | "; echo "