'; if(!isset($_GET['id'])) { echo "Error : OK for chat but with who ?"; die(); } else { //Définition de l'ID de l'autre personne $id_other = $_GET['id']*1; } if($_SESSION['ID'] == $id_other) { echo "Error: You can't chat with you !"; die(); } elseif($id_other < 1) { echo "Error : File stopped for security reasons."; die(); } $info_remote = cherchenomprenom($id_other, $bdd); ?> <?php echo $lang[65]; ?>

Chat privé avec

"; if($show['ID_personne'] == $_SESSION['ID']) { ?>
"; } ?>