To start off....sorry if this isn't really in the right place, I didn't know where to put it. Anyways, I have a simple page that pulls the info off another website:
Code: Select all
<?php
$lines = implode("", file("http://www.snowshoemtn.com"));
echo $lines;
?>