<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这种提交方式,能否把判断结果输出到前台?
使用jq的ajax方式的话,可以将错误提醒加载到 form 的最后
如果只使用PHP的话,那只能将错误提示加入,重新渲染该页面