フォーム アクションの結果としてエラー メッセージを表示したい。例えば
<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>
特定の条件について、.php ページで $variable の値を設定し、.php を使用してフォーム ページに戻りたいと考えていますheader();
。でも$variable
変わらない。$variable を a.php から変更するにはどうすればよいですか?