AccueilAjoutez aux favorisRecommandez ce siteContactez-nous
Passer des vacances au bord du LémanNotre fondateurLa fondationNotre charteSouvenirs NoëlActivités InternationalesGalerie de photos
Séjours AAA
Séjours de vacances d'une semaine pour personnes atteintes dans leur santé physique ou psychique vivant en famille ou avec des proches. › plus
Signer notre livre d´invitéLiens externesIntranet

 

Evénements

?php /****************************************************************** * XLAgenda 4 par Xavier LE QUERE * Contact : support[at]xlagenda.fr * Web : http://www.xlagenda.fr * (C) Xavier LE QUERE, 2003-2011 * Version 4.1.1 - 03/01/11 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ******************************************************************/ //UTILISEZ CE SCRIPT POUR INSERER LE CALENDRIER SUR UNE PAGE DE VOTRE SITE //VARIABLES GENERALES include ("xlagenda411/include/data.php"); include ("xlagenda411/include/functions.php"); global $dbserver; global $dbdb; global $dbuser; global $dbpass; //CONNEXION A LA BASE DE DONNEES @MYSQL_CONNECT ("$dbserver","$dbuser","$dbpass") or die ("

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"); $nom_mois=nom_mois($month); include ("xlagenda411/cal.php"); ?>