最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

php download.php實(shí)現(xiàn)代碼 跳轉(zhuǎn)到下載文件(response.redirect)

 更新時間:2009年08月26日 00:03:06   作者:  
一直對php不太熟悉,今天需要類型asp的 response.redirect語句,但一直沒有很好的解決方法。下面是問了朋友才知道的。
跳轉(zhuǎn)核心代碼實(shí)現(xiàn)。
復(fù)制代碼 代碼如下:

if (isset($link))
                {
                    Header("HTTP/1.1 303 See Other");
                    Header("Location: $link");
                    exit;
                }



下面是國外的一篇文章說明。
Hey Chris:
On Wed, Jan 26, 2005 at 12:28:19PM -0500, csnyder wrote:
>
> <?php
> // process form
> ...
> // redirect to results page
> header( 'HTTP/1.1 303 See Other' );
> header( 'Location: result.html' );
> exit( 'Form submitted, <a href="result.html">continue</a>.' );
> ?>
Good point. But some feedback here. The optimail syntax is:
<?php
// process form
// ...
// redirect to results page
header('Status: 303 See Other' );
header('Location: http://m.fzitv.net/result.html');
?>
Here's why...
Using "Status:" in the header is better because the resulting headers from
Apache are 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 have a complete URI in them, not just
the path.
Lastly, you don't want any output after the location header.
Later,
--Dan

相關(guān)文章

最新評論

钟祥市| 武乡县| 红桥区| 民县| 林甸县| 布尔津县| 萨嘎县| 东乡县| 阿瓦提县| 临邑县| 兴和县| 兴义市| 偏关县| 临朐县| 皋兰县| 佳木斯市| 康马县| 邢台县| 乐平市| 名山县| 吉木萨尔县| 孟连| 泰宁县| 保靖县| 宜宾县| 锦屏县| 古浪县| 于田县| 贺兰县| 新平| 陆良县| 泸定县| 东明县| 江北区| 布拖县| 农安县| 岢岚县| 甘肃省| 新宁县| 永泰县| 安泽县|