页面循环跳转发请求,chrome就出问题,连接不上了。

WBOY
Release: 2016-06-06 20:46:36
Original
956 people have browsed it

我在php页面中写了一个自动跳转,如下:

<code class="lang-php"><?php echo '<script>window.location.href="http://localhost/get.php?id='.$id.'"';
>
</code>
Copy after login
Copy after login

页面每跳转一次$id的值会加1。这样不断的循环访问,但是循环若干次之后,浏览器的状态就成了请求发出后一直等待服务器响应的状态。想请教下这是怎么回事,应该怎么解决呢?用的浏览器是chrome

这个问题已被关闭,原因:

回复内容:

我在php页面中写了一个自动跳转,如下:

<code class="lang-php"><?php echo '<script>window.location.href="http://localhost/get.php?id='.$id.'"';
>
</code>
Copy after login
Copy after login

页面每跳转一次$id的值会加1。这样不断的循环访问,但是循环若干次之后,浏览器的状态就成了请求发出后一直等待服务器响应的状态。想请教下这是怎么回事,应该怎么解决呢?用的浏览器是chrome

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template