echo 'Hello ' . htmlspecialchars($_POST["name"]) . '!'; ... One feature of PHP's processing of POST and GET variables is that it ... if (!empty($_POST))
確定! 回上一頁