检测没有JS和GET时单击的链接

时间:2017-09-22 05:46:47

标签: php

HTML:

<a id="firstid" class="someclass-one anotherclass" href="somelink.php">01</a>
<a id="secondid" class="someclass-two anotherclass" href="somelink.php">02</a>
<a id="thirdid" class="someclass-three anotherclass" href="somelink.php">03</a>

有没有办法用PHP检测(没有JS)并且没有在HTML代码中操纵它自己的链接(用于$_GET使用)点击了什么特定链接?

1 个答案:

答案 0 :(得分:0)

没有办法解决这个问题。

您必须使用PHP获取变量并将键/值添加到您的网址或使用javascript。请记住,用户可以轻松更改JavaScript解决方案,而PHP可以在服务器上进行验证,以防止用户输入错误。