No, POST/GET values are never null . The best they can be is an empty string, which you can convert to null / 'NULL' . if ($_POST['value'] ...
確定! 回上一頁