我想通過郵政方式提交表格本身。但每次表單提交和頁面刷新。它不顯示值。如何在php中使用post方法將表單提交給自己?
<?php echo $_POST['fname']; ?>
<form method="POST" action='#.php'>
<input type="text" name="fname" id="fname" />
<button id="check" name="check" type="submit">GO</button>
</form>
有什麼意思,我失蹤了?
keep action blank =「」 – Ish
One假設你的filena我不是'#.php'。 – Progrock