想要显示窗体动作导致的错误消息。例如
<form action=a.php
input .....
</form>
<span.....>
<?php
$variable(Initially the value of this variable null according to the result of form value will change)
?>
</span>
对于特定条件,我想在 a.php 页面中设定一个可变的 $ 值, 并使用 header ();
();) 返回到格式页面。 但 $可变的
不改变 。 我如何从 a.php 更改可变的 $?