setcookie ("Utilisateur","NULL;0","/") ;
// Connexion au serveur
$adresse_IP = $_SERVER["REMOTE_ADDR"] ;
$nom_serveur = $_SERVER["SERVER_NAME"] ;
// Nom du fichier actuel
$fichier = $_SERVER["PHP_SELF"] ;
// Si le serveur est 'localhost'
if ($nom_serveur == "localhost")
{
// Recherche du second '/'
$position = strpos ($fichier,"/",1) ;
// Le nom du serveur est ce qui se trouve avant
$nom_serveur = substr($fichier, 1, $position-1) ;
// Le nom du fichier est ce qui se trouve après
$fichier = substr ($fichier, $position+1) ;
}
if ($nom_serveur == "aca")
{
?>
}
elseif (($nom_serveur == "www.apprendreetcomprendre.com") || ($nom_serveur == "apprendreetcomprendre.com"))
{
?>
}
?>