Quote:
Originally Posted by morrow
I know there are PHP restrictions for using this script. I have a rather simple script that doesn't seam to work. Can someone help me modify it so it can work within webtemplates? I'm not sure if it's possible or not but it would be great if it was!
PHP Code:
$content=file("http://waterdata.usgs.gov/ny/nwis/uv?format=rdb&period=1&site_no=01427510");
|
When I was 'playing' around with your code. I finally figured out that the file() function was not returning anything to be displayed. Even though I could paste the link to get to the page. Perhaps a streaming methood would work?