Home > Backend Development > PHP Tutorial > 你所请求的网址(URL)无法获取,但服务器重复接收到两次提交

你所请求的网址(URL)无法获取,但服务器重复接收到两次提交

WBOY
Release: 2016-06-13 12:43:15
Original
1009 people have browsed it

您所请求的网址(URL)无法获取,但服务器重复接收到两次提交

表单提交数据后,执行PHP代码(不断向数据库INSERT记录,例如1000条记录)。。
但有时候执行完毕发现数据记录竟然是2000条,多出了一半
然后我在执行完毕处写了日志,发现经常会出现两个日志,相隔100秒左右。
也就是说请求了两次?但测试的时候前端确实只请求了一次

页面执行没有出现成功页面就直接提示下面错误页面了:

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