Journey Planning

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tom91
Forum Newbie
Posts: 8
Joined: Thu Sep 01, 2005 3:10 pm

Post by tom91 »

I'm looking to create a similar distance-calculating script, but for the british railway system, using the data at http://www.mscs.dal.ca/~butler/railmile.htm The part that is puzzleing me the most is how to get the script work out, from station 'a', which table would get it closest to station 'b'. If anyone has any kind of jouney planner script I could study, or any other suggestions they would be much appriciated.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Why not try the google maps API? That seems wonderfully suited for something like this.
Post Reply