The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
php marque help?
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? It would be really nice to have it formatted and displayed in a marquee on my vbadvanced page. THanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|