<?php
function ie_tespit(){
    if (isset($_SERVER['HTTP_USER_AGENT']) && 
    (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))
    return true;
    else
    return false;}
	if (ie_tespit()=="false"){
	header("Location:ie.php");
	exit();}else
	{
?> 
	<?include("_giris_kontrol.php");?>
	<?
    if( !$giris_yapilmis ){
    header ("Location:_loginform.php");
    exit;
    }
	
	?>




for @saintx )