Home > Backend Development > PHP Tutorial > 关于mysql一次自动插入2条数据出现的原因,和求解决办法

关于mysql一次自动插入2条数据出现的原因,和求解决办法

WBOY
Release: 2016-06-23 13:58:52
Original
1191 people have browsed it

http://topic.csdn.net/u/20120612/00/25dbb044-9e8c-4065-af34-e22ae0b0b1a8.html

此问题发生在使用谷歌浏览器会插入2条数据,IE,FF只插入一条,使用的是godaddy数据库。
增加$_SERVER['REQUEST_URI']和$_SERVER["HTTP_REFERER"]的数据插入后发现如下:


重复多出来的那条的数据为
$_SERVER["HTTP_REFERER"]获得的为空;
$_SERVER['REQUEST_URI']为 /favicon.ico;

求解决问题的办法。。。


回复讨论(解决方案)

原来你没解决,你这纯属犯贱。

原来你没解决,你这纯属犯贱。



if($_SERVER['REQUEST_URI']=="/favicon.ico")
这算解决吗?

楼主不地道啊!!!

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