From 71b503f07007346eda3d1da71d4a64f31f13d846 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:05:02 +0200 Subject: Prmère version alpha 2007-02-03+09:07:04 - 2007-02-06+12:19:50 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appli_3_alpha_old/sendmail.php | 138 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 appli_3_alpha_old/sendmail.php (limited to 'appli_3_alpha_old/sendmail.php') diff --git a/appli_3_alpha_old/sendmail.php b/appli_3_alpha_old/sendmail.php new file mode 100644 index 0000000..e739884 --- /dev/null +++ b/appli_3_alpha_old/sendmail.php @@ -0,0 +1,138 @@ +\n"; +generate_html_divs_menu(); +?> +
+

+ > Accueil + > Réunions + > Envoi de courriel +

+
+
';
+	print_r($_REQUEST);	
+	echo '';
+	exit();
+}
+
+if( isset($_GET['idR']) )
+{
+	$idR=addslashes($_GET['idR']);
+}
+else
+{
+	$errmsg="";
+}
+
+$result = mysql_query("SELECT idL FROM Reunion WHERE idR='$idR'");
+if (mysql_num_rows($result)===1)
+{
+	list($idL) = mysql_fetch_array($result);
+}
+else
+{
+	$errmsg="";
+}
+
+
+if ( isset($errmsg) )
+	{
+		echo '
' . $errmsg .'
'; + exit(); + } + +?> + +
+
+ + + + + + + + + + + + + +
Contacts disponibles Destinataires
+ + + +
+
+ +
+ +
+
+ Modèle :  +\n"; +?> + + + + + + +
+
+ Objet :  +
+ +
+
+ + +
+ +
+ + + -- cgit v1.2.3