Hvis du vil have null, skal du bare indsætte null
i stedet for tom streng.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);
Hvis du vil have null, skal du bare indsætte null
i stedet for tom streng.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);