A brief analysis of PHP header jump _php Tutorial

Source: Internet
Author: User
The header function of PHP can be used to implement META tags in HTML code with very little code.
here only to use the header function to do the page jump

1. Code for page jumps in HTML code
HTML Meta Refresh and jump (redirect) page
Refresh property Value--refreshes and jumps (redirect) page
* Refresh for refreshing and jump (redirect) pages
* Refresh appears in the Http-equiv attribute, using the content property to indicate the start time of the refresh or jump and the URL of the jump
* Citation URL: http://www.dreamdu.com/xhtml/refresh/

Meta Refresh Example
Refresh this page after 5 seconds:

5 Seconds to go to the Dream Capital homepage:

2. Use the header function in PHP
The code for the write jump (redirect) page in HTML is already known above
PHP code example
Header (' Refresh:3; Url=http://www.jb51.net ');

http://www.bkjia.com/PHPjc/327654.html www.bkjia.com true http://www.bkjia.com/PHPjc/327654.html techarticle PHP header function can be very little code to implement the META tag in HTML code here only to use the header function to do the page jump 1. HTML code in the page of the Jump code HTML META refre ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.