le 11/11/2004 à 15:25
french mike
la requete :
a rencontrée le problème suivant :
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''Commentaire' WHERE ID_acteur=$'ID_acteur'' at line 5
voilà je tourne en rond
<?
include("bdd.conf");
$reqact="UPDATE acteur SET
ID_acteur='$ID_acteur',
Nom='$Nom',
Prenom='$Prenom',
Commentaire=$'Commentaire' WHERE ID_acteur=$'ID_acteur'
";
$reqacteur=MYSQL_QUERY("$reqact") or die ('<br><br><font color=red face=arial size=1>la requete : '.$req.'<br> a rencontrée le problème suivant :<br>'.mysql_error().'</font><br><br>');
flush();
include("../affich.php");
?>
a rencontrée le problème suivant :
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''Commentaire' WHERE ID_acteur=$'ID_acteur'' at line 5
voilà je tourne en rond
<?
include("bdd.conf");
$reqact="UPDATE acteur SET
ID_acteur='$ID_acteur',
Nom='$Nom',
Prenom='$Prenom',
Commentaire=$'Commentaire' WHERE ID_acteur=$'ID_acteur'
";
$reqacteur=MYSQL_QUERY("$reqact") or die ('<br><br><font color=red face=arial size=1>la requete : '.$req.'<br> a rencontrée le problème suivant :<br>'.mysql_error().'</font><br><br>');
flush();
include("../affich.php");
?>