码迷,mamicode.com
首页 > Web开发 > 详细

PHP基础知识(十)

时间:2018-10-21 12:07:06      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:name   跳转   界面   登录界面   string   str   mil   pre   res   

内容补充:

  一、header函数使用:

    int header(string message). message格式:header_name:header_value.

    1、重定位功能:

      "Location:url".

    2、Refresh响应头:

      "Refresh:N;url=URL"

      

1 <?php
2     header("refresh:5;url=helloworld.php");
3 ?>
4 
5 今日注意:<br>
6     1、请准备好!<br>5秒后自动跳转到登录界面...

 

PHP基础知识(十)

标签:name   跳转   界面   登录界面   string   str   mil   pre   res   

原文地址:https://www.cnblogs.com/yangsongwei/p/9824409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!