href =“?logout = true”>执行哪个脚本?

时间:2018-09-04 10:29:38

标签: php

我的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> 

2 个答案:

答案 0 :(得分:0)

如果未指定路径,则使用当前路径,并连接查询字符串“?logout = true”。

答案 1 :(得分:0)

如果您当前在“ present_page.php”中,那么肯定会如下;

present_page.php?logout = true