PHP downloadphp Implementation code jump to download file Responseredirect

Source: Internet
Author: User
Jump core code implementation.

Copy the Code code as follows:


if (Isset ($link))
{
Header ("http/1.1 303 See other");
Header ("Location: $link");
Exit
}


Here is a description of an article abroad.
Hey Chris:
On Wed, Jan, 2005 at 12:28:19pm-0500, Csnyder wrote:
>
> >//Process form
> ...
>//Redirect to results page
> Header (' http/1.1 303 see other ');
> Header (' Location:result.html ');
> Exit (' Form submitted, continue. ');
>?>
Good point. But some feedback. The Optimail syntax is:
Process form
// ...
Redirect to results page
Header (' status:303 see Other ');
Header (' location:http://www.jb51.net/result.html ');
?>
Here's why ...
Using "Status:" In the header are better because the resulting headers from
Apache is more correct:
http/1.1 303 See other
Instead of
http/1.1 303
Additionally, one doesn ' t really know which version of HTTP is being used,
So why potentially cause problems by trying to guess.
The specs say location headers must has a complete URI of them, not just
The path.
Lastly, you don ' t want any output after the location header.
Later,
--dan

The above describes the PHP downloadphp implementation code to jump to the download file Responseredirect, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

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