Three ways to redirect PHP URLs (go) _php tutorial

Source: Internet
Author: User
[Using the header () function]
PHP's HTTP-related functions provide a header () function, first of all, it should be clear that the header () function must be placed in the beginning of the PHP program, and can not have another header () function or Setcookie () is called, if it is with the page output, This statement must be placed in theBefore the tag.

Use the following statement:

Header ("location:http://www.bibias.com");
Exit
?>

The Web page is automatically redirected to http://www.bibias.com whenever this statement is executed


"Redirect With HTML tags"




if (Isset ($url))
{
echo " ";
}
?>




The content= "5;url= $url" means that the page will automatically turn to $url this address after 5 seconds.


"Redirect with JS script"



$url = "http://www.bibias.com";
echo "";
?>

Not much time to learn more, preferring to use JavaScript for this
Author: Qing Yi

http://www.bkjia.com/PHPjc/478067.html www.bkjia.com true http://www.bkjia.com/PHPjc/478067.html techarticle [using the header () function "PHP's HTTP-related functions provide a header () function, first of all, it should be clear that the header () function must be placed in the beginning of the PHP program, and there can be no other ...

  • 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.