I need to calculate the total distance traveled from a location to a destination.
However, it's not as simple as the distance between two points. I need to calculate the total distance along a certain path, so I'll have a few other locations that must be visited before I arrive at the destination.
Is this possible via PHP, I've done it in JS but my PHP background is not as strong...