--- a/busui/tripPlanner.php +++ b/busui/tripPlanner.php @@ -1,6 +1,6 @@ +
+
- +
- +
'; + echo ""; } function processItinerary($itineraryNumber, $itinerary) @@ -94,6 +103,7 @@ $page = curl_exec($ch); curl_close($ch); $tripplan = json_decode($page); + debug(print_r($triplan,true)); echo "

From: {$tripplan->plan->from->name} To: {$tripplan->plan->to->name}

"; echo "

At: {$tripplan->plan->date}

";