我的php应用程序标头在标头中具有以下href以便注销。
我不知道它在这里执行哪个注销php文件。它执行present_page.php?logout=true
吗?我也可以知道如何执行此操作。
href =“?logout = true”>
<div>
<a class="linkBlack" href="index.php">Home</a> |
<a class="linkBlack" href="pre_sub_v2.php">ACE</a> |
<a class="linkBlack" href="profile.php">My Profile</a> |
<a class="linkBlack" href="faq_list.php">Frequently Asked Questions</a> |
<a class="linkBlack" href="comm.php">Communications Dashboard</a> |
<a class="linkBlack" href="?logout=true">Logout</a>
</div>
答案 0 :(得分:0)
如果未指定路径,则使用当前路径,并连接查询字符串“?logout = true”。
答案 1 :(得分:0)
如果您当前在“ present_page.php”中,那么肯定会如下;
present_page.php?logout = true