--- a/trip.php +++ b/trip.php @@ -1,12 +1,9 @@ '; echo '

Via:

' . viaPointNames($tripid) . ''; echo '

Other Trips:

'; foreach (getRouteTrips($routeid) as $othertrip) { @@ -30,11 +27,12 @@ foreach (getRoutesByNumber($trip['route_short_name']) as $row) { if ($row['route_id'] != $routeid) echo '' . $row['route_long_name'] . ' (' . ucwords($row['service_id']) . ') '; } +echo ''; flush(); @ob_flush(); echo ' '; + +echo ''; include_footer(); ?>