9 lines
		
	
	
		
			314 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			314 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  <?php
 | |
|    require("./php/openLDBSVWS.php");
 | |
|    date_default_timezone_set("Europe/London");
 | |
|    $OpenLDBSVWS = new OpenLDBSVWS("ACCESS TOKEN");
 | |
|    $response = $OpenLDBSVWS->GetDepartureBoardByCRS(10,"BRI",date("H:i:s",time()),120,"","","","","True");
 | |
|    header("Content-Type: text/plain");
 | |
|    print_r($response);
 | |
| ?>
 |