/[projects]/tog-php/stations.php
ViewVC logotype

Annotation of /tog-php/stations.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 300 - (hide annotations) (download)
Wed Sep 2 13:49:30 2009 UTC (14 years, 8 months ago) by torben
File size: 212 byte(s)
Initial import


1 torben 300 <?
2     require("function.php");
3     header("Content-type: text/plain");
4    
5     $stations = stationlist();
6     foreach($stations as $station) {
7     echo $station["w"] . ";" . $station["s"] . ";" . $station["statnavn"] . "\n";
8     }
9    
10     ?>

  ViewVC Help
Powered by ViewVC 1.1.20