Voilà ce que je fais :
Code :
- $tableauSQL["update"] = "UPDATE ".$table." set ".$tableauCol["nom"][0]."='".$_POST[$tableauCol["nom"][0]]."',
- ".$tableauCol[1][0]."='".$_POST[$tableauCol[1][0]]."',
- ".$tableauCol[2][0]."='".$contenu_actualite."',
- ".$tableauCol[3][0]."='".$_POST[$tableauCol[3][0]]."'
- WHERE ".$tableauCol["clef"]."=".$pk;
- $contenu_actualite = nl2br($_POST[$tableauCol[2][0]]);
- mysql_query($tableauSQL["update"]);
|
l'insertion se déroule bien, mais les sauts de ligne ne sont pas convertis en <br>, qqun voit pq
Message édité par shade93 le 17-06-2004 à 20:52:33
---------------
"I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it" B. Gates