<iframe src="http://www.dr.dk" />
<?php $target = "indhold.htm"; $file_handle = fopen($target, "r"); while (!feof($file_handle)) print fgets($file_handle, 4096); fclose($file_handle);?>