我正在使用 php 5+、Windows、Apache 服务器。
我有一个注册页面createaccount.php,其成功注册我想显示该createaccountsuccess.php页面几秒钟,然后才hompage.php自行进入主页..
像这样:
Registration Page----> Successfull Registration------> Home page
(Wait for 3 seconds on this page)
Run Code Online (Sandbox Code Playgroud)
我怎样才能做到这一点?请帮我....
小智 5
在 html-header 中使用 HTML-Meta-tag
<meta http-equiv="refresh" content="3;url=createaccountsuccess.php">
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6263 次 |
| 最近记录: |