Jeśli chcesz null, po prostu wstaw null
zamiast pustego ciągu.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);
Jeśli chcesz null, po prostu wstaw null
zamiast pustego ciągu.
$stmt2->bindParam(':title', $title === '' ? null : $title, PDO::PARAM_STR);