"; //echo "Route Name:".mysql_result($result, 0, "name")."
"; //echo "Description:".mysql_result($result, 0, "desc")."
"; //echo "Coordinates:".mysql_result($result, 0, "coords")."
"; // routePoints holds the course coordinates, 1 (x,y) pair per array element $routePoints = explode("|", mysql_result($result, 0, "coords")); //print "first: $routePoints[0]"; // Closing connection mysql_close($dbh); ?> Dave's Running Routes: Your Route
Route name:
This route is suitable for: "; } if (mysql_result($result, 0, "run") == "y"){ echo "-- Running"; } ?>
Your route begins in:
How to get there: $dir
END; } ?>
Description:
Length:
Date added:
return to the route list or print.