php if (empty($_POST['username']) || empty($_POST['age'])) { echo '資料有缺,請再次填寫'; exit(); } echo 'Hello! ' . $_POST['username']. '<br>'; ...
確定! 回上一頁