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. |