$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
Brug $int_value for kolonnen i din INSERT .
$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
Brug $int_value for kolonnen i din INSERT .