是否有任何其他命令我们可以用作 exit() 的替代方法;在 php.ini 中。
因为如果不满足条件并且脚本必须退出,它会在页面末尾破坏我的 html 代码。
或者如果有人有任何其他想法来解决这个问题???
谢谢
更新:
html code...
<?php
if username is not in correct format
echo "Please check your username";
exit();
if Username and Password didn't match
echo "Wrong Username or Password.";
exit();
if some other condition not met
echo "Condition not met";
exit();
?>
html code continues...
现在的问题是,如果任何一个条件不满足,脚本必须退出,它下面的html代码,这是一个完整的网页,不显示......
请...我不是计算机极客,有问题所以问它,但为什么人们会否决这个问题???不明白……