【发布时间】:2019-02-19 17:22:24
【问题描述】:
有可能吗
header("location: ../../index.php?page=account?msg=changesuccess");
所以我想要 2 条消息。 1. 是 page=account 并且在 index.php 中是这样的:
elseif($page == "account"){
require_once("frontend/pages/accountsettings/account.php");
}
- 消息是,一旦我从上面打开 account.php,msg=changesuccess
【问题讨论】:
-
谢谢,它与“&”一起使用。我没有做那个解析部分。在这个知识点上,我不知道这意味着什么 xD。