$str="$_GET[go].php"; if ($_GET[go]&&file_exists($str)) { include "$str"; } else { include "start_en.php"; } ?>