【发布时间】:2011-04-13 03:50:41
【问题描述】:
<form action="/path/hello.php" name='myForm' method='post'>
<!-- onChange="ajaxFunction();" -->
<input type= "text" name="user" id= "txtname" /><br />
<!-- <input type="text" name="user2" id="txtname2" /> -->
<input type='submit' name = "click" />
</form>
现在每个查看我的 html 源代码的人都会知道这个 php 文件的位置并知道如何调用它。我怎样才能阻止这种情况?
【问题讨论】:
-
那又怎样?这种“可见性”有什么问题?
-
ZOMG...人们可以查看地址栏并了解如何访问具有此表单的页面。奔向山丘!