
le 09/09/2004 à 18:03
le maillon faible ;o)
[b][i]NOM[/i][/b] adresse .....
#nom
{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font : bold xx-small;
}
#adresse
{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : xx-small;
}
<?php
echo'<td width="40%" id="nom">'.$noms.'</td>';
echo'<td width="60%" id="adresse">'.$adresse.'</td>';
php ?>
ex: soiree phpfacile avec comme url www.site.com/resultas_evenements.php?id_etablissement=60
www.site.com/resultas_evenements.php?id_etablissement=60 name=soiree phpfacile
$sql='select nom_evenements, descriptif, date_evenements, l_hypertexte_de_leta, le_numero_de_porte, l_adresse_de_leta, le_code_postal_de_leta, la_localite_de_leta from table_etablissements, table_evenements WHERE table_etablissements.id_etablissement="'.$recuperation_id.'" AND nom_evenements="'.$recuperation_nom_soiree.'"
AND table_etablissements.id_etablissement=table_evenements.id';
Warning: Champ To invalide : caracteres non autorises in arraymail.php on line 31
To : adresse de destination. Ce champ ne peut pas être vide.
<?php
$un='toto@hotmail.com';
$deux='tata@hotmail.com';
$trois='titi@hotmail.com';
$quatre='tutu@hotmail.com';
$tabmail=array($un,$deux,$trois,$quatre);
$nb_elements=count($tabmail);
$sujet="Demande infos";
$headers = "Content-Type:text/html;charset=iso-8859-1\n";
$replyto='info';
$expediteur='Moi';
$msg=' test test test;
for($i=0;$i<=$nb_elements;$i++)
{
email($expediteur,$tabmail[$i];,$sujet,$msg,$replyto,$headers);
}
?>