At 9:30 PM +0100 3/17/01, Martin Geisler wrote:
>...
>
>I've made a beta-1.9.2 for you to play with :-)
>
Wow! That is so cool. Thanks tons.
Let's just say we wanted to display (pretty-print) the data like:
<table>
<tr>
<th>Station</th>
<th>Age (minutes)</th>
<th>Wind/Direction</th>
<th>Temperature</th>
<th Pressure</th>
<th>Humidity</th>
</tr>
<tr>
<td>KFLL</td>
<td>13</td>
<td>15/SE</td>
<td>84</td>
<td>30.01</td>
<td>853%</td> //sorry, it's really muggy down here. ;)
</tr>
</table>
Right now it's gonna take quite a bit of editing, no? Or can we easily
extract from metar_parser.php and stick the data anywhere we want?
Very cool stuff, Martin.
-fred