Quote:
|
Originally Posted by spacedog
yeah, hmm.. maybe I should php include the external page onto an internal .php page instead of using Iframe... thanks, I'm going to look into how to set that up.
|
<?php
$url = "http://somesite.com";
$html = file_get_contents($url);
echo $html;
?>