diff --git a/ldbws.php b/ldbws.php index a785a35..8ca24de 100644 --- a/ldbws.php +++ b/ldbws.php @@ -1,6 +1,6 @@ GetArrDepBoardWithDetails(10,BRI,getNonPassengerServices="TRUE"); - echo $response \ No newline at end of file + $OpenLDBWS = new Ldb($ldbKey,$trace=true); + $response = $OpenLDBWS->GetArrivalDepartureBoard(10,BRI); + echo $response; \ No newline at end of file diff --git a/php/LDBWS.php b/php/LDBWS.php new file mode 100644 index 0000000..96212da --- /dev/null +++ b/php/LDBWS.php @@ -0,0 +1,2 @@ +