Voila j'ai cette variable
$BoxVal = '<br>Objet disponible à l\'échange ou à la vente.Pour plus infos <a href="mailto:[email protected]">Contactez-moi</a>.';
que j'ai mis dans cette requete :if ($BoxD == "DISPOV")
{
$BoxVal = '<br>Objet disponible à l\'échange ou à la vente.Pour plus infos <a href="mailto:[email protected]">Contactez-moi</a>.';
$insertLienimgs = "INSERT INTO tcolllego (IMLego,PIMLego,TITIMlego, BOXl) VALUES ('". $_FILES['fichier_choisi']['name']."','". $_FILES['fichier_choisi2']['name']."' ,'$TitreImagLego','$BoxVal')";
$Result6 = mysql_query($insertLienimgs, $Debaseconnect) or die(mysql_error());
header("location: notes.php");
}
Et quand je l'exécute sa me mais:Erreur de syntaxe près de 'échange ou à la vente.Pour plus infos <a href="mailto:nom.bi' à la ligne 1
Une idée?