From 8faa3d071b8b0fafb5e54f8a83e5b66bcf16d607 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 3 May 2006 15:33:21 +0000 Subject: [PATCH] ajout fichier qui traite les requetes ajax --- htdocs/ajaxresponse.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 htdocs/ajaxresponse.php diff --git a/htdocs/ajaxresponse.php b/htdocs/ajaxresponse.php new file mode 100644 index 00000000000..0120f660852 --- /dev/null +++ b/htdocs/ajaxresponse.php @@ -0,0 +1,27 @@ + + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ +require('./pre.inc.php'); +$form = new Form($db); +$form->select_produits_do("","","","","",$_GET["key"]); +// print $_GET["key"]; + + + + ?>