diff --git a/Stops.php b/Stops.php new file mode 100644 index 0000000..80c7700 --- /dev/null +++ b/Stops.php @@ -0,0 +1,44 @@ + + +
+This is a table of all the bus stops. Click on a stop's name to view its +position on the map, a list of all the routes that visit it and the buses +on their way to it.
+Stop # | +Stop Name | +' . $stop['id'] . ' | '; + echo '' . $stop['name'] . ' | '; + echo ''; +} + +?> + + +
---|