Posted by Dave Gilmour on 05/31/06 00:31
Hey everyone... I'm looking for some help here.
this is my code:
<?
$content
=file("http://waterdata.usgs.gov/ny/nwis/uv?format=rdb&period=1&site_no=01427510");
array_pop($content);
$current = array_pop($content);
print("<table border=1>");
print("<tr><td>USGS</td><td>Station</td><td>Date</td><td>Time</td><td>Height
</td><td>CFS</td><td>Temperature</td>");
print($current);
print("</table>");
?>
link to actual output:
http://www.njflyfishing.com/usgstst3.php
My question is this. I'd like to format that information so it looks
more aesthetically pleasing. Can someone help me out here?
THanks!
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
[Back to original message]
|