$_GET函数不为我的wordpress网站工作


$_GET function not working for my wordpress website

网址:

localhost/wordpress ? page_id html = 51. ?呃=请% 20输入% 20 % 20密码% 20确认

下面是不能工作的代码:

<h2 class="site-description2">
        <?php if(isset($_GET["err"])) echo $_GET["err"]; ?>
</h2>

提前感谢。谢谢大家的帮助。

用&分隔$_GET参数

localhost/wordpress/?page_id=51.html&err=Please%20Enter%20your%20Password%20Confirmation