PsdBul adlı üyeden alıntı:
mesajı görüntüle
insanın php bilgisi olmasın ha

33
●2.146
<?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;
}
?>
)
<?php echo 'uzun ince bir yoldayım'; ?>