Php redirection methods

Source: Internet
Author: User
The HTML page jump method has a limit on the server when the header function is used recently. Go to the php code and find the following methods: Method 1: Use the PHP built-in function & nbsp; Header (& quot; Location: www.15597.com & quot;); description: it must be executed when the webpage does not have any output. pay special attention to spaces. Method 2: use meta & nbsp; HTML to redirect to the page

Recently, the use of the header function to redirect is limited on the server. I found the php code and found the following methods to redirect:

Method 1: use PHP built-in functions

Header ("Location: www.15597.com ");

Note: it must be executed when the webpage does not have any output. pay special attention to spaces.


Method 2: use meta

Echo"

 
  
";

 

Note: There is no limit on Method 1, but if there is an output in front, the output content will flash and enter the jump page.

Method 3: use Javascript

Echo"

 
  
"; Echo" location = 'www .cncms.com '; "; echo" script ";

 

Javascript automatic jump code in seconds countdown

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.