<?php $iframe = "dosya.htm"; if(!file_exists($iframe)){ header("location: iletisim.php"); die();}?> <iframe src="<?=$iframe?>"></iframe>