Si vous voulez null, insérez simplement null
au lieu d'une chaîne vide.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);
Si vous voulez null, insérez simplement null
au lieu d'une chaîne vide.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);