标签: php html redirect
成功后我有一个问题要包含另一个PHP文件 我的项目目前的结构是:
index.php此文件包含另外三个文件top.php,login.php和bottom.php
index.php
top.php
login.php
bottom.php
文件login.php包含逻辑等,if logic为true然后:
if logic
true
header('location:another.php');
虽然有效,但地址仍为index.php(应为another.php),刷新后会回到index.php。热门留在another.php?
another.php