$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
$int_value का उपयोग करें आपके INSERT . में कॉलम के लिए ।
$int_value = empty($_GET['int_value']) ? NULL : (int)$_GET['int_value'];
$int_value का उपयोग करें आपके INSERT . में कॉलम के लिए ।