if ( $zone ){ if ( $zone == "Belgium"){ header ("Location: http://www.belcipro.be/homeRedirect.php") ; exit; } if ( $zone == "you are in another country not mentioned above"){ header ("Location: http://www.belcipro.be/homeRedirect.php") ; exit; } if ($zone == "Holland"){ header ("Location: http://www.nedcipro.nl") ; exit; } if ($zone == "Germany"){ header ("Location: http://www.belcipro.be/home.php") ; exit; } } ?>
echo $zone; ?> |