Php jump steps

Source: Internet
Author: User
One of the three methods for php redirection: Use the PHP built-in function Header (Location: URL); note: it must be executed when the webpage does not have any output. pay special attention to spaces. Method 2: Use metaecho & lt; meta. http-equivrefreshcontent0; url & gt; note: There is no way to limit one, but if there is output, the output content will flash php jump to the three methods
Method 1: use PHP built-in functions
Header ("Location: URL ");
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 = 'Website ';";
Echo "script";

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.