|
1
|
header("Location: index.php"); |
|
1
2
3
4
5
|
<?phpheader("Refresh: 5; url=index.php");echo ‘Logged in successfully.‘; ?> |
|
1
|
|
Header() in PHP &html – Refresh (Redirect) to Location (URL) in X seconds
原文:http://www.cnblogs.com/vickygiacomo/p/4441222.html