Boise Named Trails

Click one of the links below to see: Trailhead directions, Trail profile, Interactive Trail Map, and more…
n”;
exit;
}

echo ‘

    ‘;
    /*Iterate through the rows of the query result*/
    for ($i = 0; $i < $rows; $i++) { $data = pg_fetch_array($stat, $i); echo '
  • ‘;
    echo’‘.$data[“name”].’‘;

    echo ‘

  • ‘;
    }
    echo ‘

‘;

pg_close($connection);

?>