Use this:
$url = "http://www.site.com";
$lines = file( $url );
foreach( $lines as $line_num => $line ) {
echo "$line";
}
But when I run it, The images are /images/banenr.gif so it uses my banner.gif
How do I make it http://www.site.com/images/banner.gif instead of /images/banner.gif?
Also I have this problem with the CCS and linnks, can anyone help??
Thanks.
