f**********d 发帖数: 33 | 1 I have a webpage. For example, there are 3 sites(1, 2, 3) having links to my
page. How can I know how many of my visitors from site1, how many from
site2 and so on...
Any idea appreciate! | q**1 发帖数: 193 | 2 You probably can check|save the 'Referee' HTTP header
and save this info into your ip-visitor table.
my
【在 f**********d 的大作中提到】 : I have a webpage. For example, there are 3 sites(1, 2, 3) having links to my : page. How can I know how many of my visitors from site1, how many from : site2 and so on... : Any idea appreciate!
| b****u 发帖数: 1027 | 3 use google analytics, it's awesome, and almost zero efforts | q**1 发帖数: 193 | 4 做个计数器还要用外边的工具太没必要了吧,呵呵
【在 b****u 的大作中提到】 : use google analytics, it's awesome, and almost zero efforts
| e******x 发帖数: 925 | 5 想自己处理,用phpmyvisites
不想自己处理,用google analytics
my
【在 f**********d 的大作中提到】 : I have a webpage. For example, there are 3 sites(1, 2, 3) having links to my : page. How can I know how many of my visitors from site1, how many from : site2 and so on... : Any idea appreciate!
| q**1 发帖数: 193 | 6 with PHP, why not just check $_SERVER['HTTP_REFERER'],
and save this into DB, and later send query with 'group
by' clause, that's quite a usual scenario i think.
【在 e******x 的大作中提到】 : 想自己处理,用phpmyvisites : 不想自己处理,用google analytics : : my
| d*****l 发帖数: 300 | |
|