Pogledajte određenu poruku
Staro 27. 06. 2007.   #17
LiquidBrain
Milan Cvejic
Wrote a book
 
Avatar LiquidBrain
 
Datum učlanjenja: 05.09.2006
Lokacija: Beograd
Poruke: 1.241
Hvala: 32
73 "Hvala" u 56 poruka
LiquidBrain će postati "faca" uskoro
Pošaljite poruku preko Yahoo za LiquidBrain
Default

Citat:
Originalno napisao twix Pogledajte poruku
PHP kôd:
<?php

function detect_ie()
{
    if (isset(
$_SERVER['HTTP_USER_AGENT']) && 
    (
strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))
        return 
true;
    else
        return 
false;
}

         
if (
detect_ie()) {
header('Location: http://www.mozilla.com/en-US/firefox/');
}  else {
    


    
?>

Off Topic:
Mislim da nema nameru da forsira korisnike da koriste Mozillu
__________________
http://weevify.com
LiquidBrain je offline   Odgovorite uz citat