Bonjour , voila mon probleme lastinsertid me retourne
boolean false

Voici mon code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
 
					$sth=$pdo->prepare('INSERT INTO applications(nom,date_service,date_modif,description,version,commentaire) VALUES (?,?,?,?,?,?)');
					$sth->execute(array($_POST['NomAp'],$_POST['DateMis'],$_POST['DateMis'],$_POST['Description'],$_POST['Version'],$_POST['com']));				
					$id_application=$pdo->lastInsertId();
					var_dump($id_application);
A noter l'insertion se fait bien