<?php
if (!isset($_GET['id']))
	echo 'Bu sayfa tek başına görüntülenemez.';
else
{
	echo 'İFRAME KODU';
}
?>