Erreur: impossible de communiquer avec la base de données.
Vérifiez les donnés du fichier data.php.

"); mysql_select_db("$dbdb"); //AFFICHAGE DU CALENDRIER $day=""; $month = date("m"); $year = date("Y"); $this_year = date("Y"); $this_month = date("m"); $this_day = date("d"); $this_date = date("Y-m-d"); if ($month == "1") $nom_mois="janvier"; if ($month == "2") $nom_mois="février"; if ($month == "3") $nom_mois="mars"; if ($month == "4") $nom_mois="avril"; if ($month == "5") $nom_mois="mai"; if ($month == "6") $nom_mois="juin"; if ($month == "7") $nom_mois="juillet"; if ($month == "8") $nom_mois="août"; if ($month == "9") $nom_mois="septembre"; if ($month == "10") $nom_mois="octobre"; if ($month == "11") $nom_mois="novembre"; if ($month == "12") $nom_mois="décembre"; include ("xlagenda33/cal.php"); ?>