erreur de syntaxe
This commit is contained in:
@ -38,7 +38,7 @@ if (empty($method) or empty($libelle))
|
||||
$query = "INSERT INTO liste_votes ('libelle', 'method', 'id_votation') VALUES ('" . $libelle . "', '" . $method . "', '" . $idVotation . "')";
|
||||
print($query);
|
||||
//$db->query($query);
|
||||
$db->close;
|
||||
$db->close();
|
||||
}
|
||||
|
||||
print(' </div>
|
||||
|
Reference in New Issue
Block a user