PHP Strona zależna od adresu IP
Skrypt wyświetla strona w zależności od adresu IP
Listing
// Wyświetlenie różnych stron w zależności od adresu IP
<?PHP
$tab = array(
"127.0.0.1" => "index1.html",
"192.168.0.1" => "index2.html",
"10.0.0.1" => "index3.html"
);
$ip = $_SERVER['REMOTE_ADDR'];
if(array_key_exists($ip, $tab)){
include($tab[$ip]);
}
else{
include('default.html');
}
?>
Dodano przez: igor
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno