Om du vill ha null, sätt bara in null
istället för tom sträng.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);
Om du vill ha null, sätt bara in null
istället för tom sträng.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);