Home > Backend Development > PHP Tutorial > 网站后台统计功能如何实现【高手】

网站后台统计功能如何实现【高手】

WBOY
Release: 2016-06-13 13:17:51
Original
908 people have browsed it

网站后台统计功能怎么实现【在线等高手】
现在有一个公司网站,后台需要做一个这样的功能,需求如下:

统计公司网站从百度、google、直接访问的次数
百度:从百度里面搜索到这个网站,然后进入。
google:从google里面搜索到这个网站,然后进入。
直接访问:从浏览器地址栏直接输入公司网站地址。

分别统计这三个的次数。

PHP该如何实现。望各位大佬给出合理意见。

谢谢。

------解决方案--------------------
$_SERVER['HTTP_REFERER'] 可以从这个参数判断。

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