<form role="form" action="verify.php" method="post">
<input type="text" name="test" placeholder="xxx" >
<button type="submit" class="btn">登 录</button>
</form>
verify.php中判斷輸入是否非法,如果非法,透過什麼方法能提示使用者?
ps:如果用jquery綁定按鈕可以。但我想知道像form/action這種提交方式,能否把判斷結果輸出到前台?