用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > php教程

PHP重定向和页面快速转向

时间:2015-01-23  来源:西部数据  作者:西部数据

页面快速转向

  1. <?  
  2. function turntopage($url="index.php",$info = "页面转向中...",$second=2){  
  3. print "<html>n<head>n<title>页面转向中....</title>n";  
  4. print "<meta http-equiv="refresh" content="$second;url=$url">n"//开源代码phpfensi.com 
  5. print "<style type="text/css">n<!--n";  
  6. print "td { font-family: "verdana", "arial";font-size: 12px}n";  
  7. print "a {color: #000000; text-decoration: none}n";  
  8. print "-->n</style>n";  
  9. print "</head>n<body>n";  
  10. print "<table width="100%" border="0" align="center">n"
  11. //111cn.net 
  12. print " <tr>n";  
  13. print " <td height="200"> </td>n";  
  14. print " </tr>n";  
  15. print " <tr>n";  
  16. print " <td align="center">n";  
  17. print " <table width="60%" border="0" cellpadding="8" bgcolor="#aa9fff">n"
  18. //开源代码 
  19. print " <tr>n";  
  20. print " <td height="30" align="center">页面转向提示信息</td>n";  
  21. print " </tr>n";  
  22. print " <tr>n";  
  23. print " <td align="center">$info</td>n";  
  24. print " </tr>n";  
  25. print " <tr>n"
  26. print " <td align="center">n";  
  27. print " <a href="$url">如果你的浏览器不支持自动跳转,请按这里</a></td>n";  
  28. print " </tr>n";  
  29. print " </tr>n";  
  30. print " </table></td>n";  
  31. print " </tr>n";  
  32. print " <tr>n"//开源 
  33. print " <td height="200"> </td>n";  
  34. print " </tr>n";  
  35. print "</table>n";  
  36. print "</body>n</html>";  
  37. exit;  
  38. ?> 

php重定向

  1. <?  
  2. 方法一:header("location: index.php");  
  3. 方法二:echo "<scrīpt>window.location ="$php_self";</scrīpt>"
  4. //开源代码 
  5. 方法三:echo "<meta http-equiv="refresh" content="0; url=index.php">";  
  6. ?> 
来顶一下
返回首页
返回首页
推荐资讯
WiFi太不安全:7岁女孩11分钟内入侵公共网络 WiFi太不安全:7岁女孩11分钟内入侵近期刚刚发布研究说WiFi网络能获得人们手机里多少私人信息,
不服跑个分?人工智能也出现“刷分”乱象 不服跑个分?人工智能也出现“刷分2014年,人工智能领域突然爆发,成为了科研和科技创业的热门
相关文章
栏目更新
栏目热门