Home Antwerpen\n

"; while ($row = mysql_fetch_array($result)) { extract($row); echo "\n $titel\n
$gemeente - $kilometers km\n

"; } ?> RouteYou:

limit = ''; $search->offset = ''; $search->keywords = ''; $search->location = 'Antwerpen'; $search->language = ''; $search->min_length = ''; $search->max_length = ''; $search->min_level = ''; $search->max_level = ''; $search->min_score = '1'; $search->max_score = ''; $search->min_time = ''; $search->max_time = ''; $search->type = 'BIKE'; $routes = $client->searchRoutes($search); usort($routes, create_function('$a,$b', 'return(strcmp($a->title, $b->title));')); foreach ($routes as $route) { $afstand=round($route->length/1000); echo "\n route_id&midframe >$route->title\n
"; IF($route->area == "") { echo "Antwerpen - $afstand km\n

"; } ELSEIF ($route->area != "") { echo "$route->area - $afstand km\n

"; } ELSE { echo""; } } ?>