$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
Użyj $int_value dla kolumny w Twoim INSERT .
$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
Użyj $int_value dla kolumny w Twoim INSERT .