想要顯示錯誤消息作爲表單操作的結果。例如在php中顯示錯誤消息
<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();
形成頁。但是$variable
不會改變。我如何從a.php更改$變量?