<body background="logo1.jpg">
<IMG SRC="ONGC.jpg" ALT="some text" WIDTH=1050 HEIGHT=306>
<form method="post" action="passing.php">
<br>
<font size="5" color="800517"><b> PLEASE LOG IN TO ENTER VISITOR DETAILS</b></font>
<input type="radio" name="yes" value="v1"><b>YES
<input type="radio" name="yes" value="V2">NO</b></p></p>
<input type="submit" name="submit" value="approve"/>
<input type="button" value="Reload Page" onClick="document.location.reload(true)">
</form>
我已经在 html 中编写了这个简单的程序。现在我的查询是如何写下是/否按钮的 php 代码。即如果单击并提交是按钮,那么只有我将被重定向到 pass.php 页面,否则它会将我重定向回相同的当前页面..谢谢!!!