Tagged Questions
1
vote
1answer
71 views
how to track sells you make by visitors reffered by another website?
In my future website, i'll have parteners and i want them to receive a certain percentage of money according to how much the visitors they sent me bought items.
So this is a simple question :
How to ...
0
votes
1answer
86 views
When PHP Counter reaches x visitor limit, redirect to new page
I am very new to this, It s for a project for school. (I don t know php, only playing with flash for design)
I am using a php code loaded in my flash webpage to count the number of visitors. What do ...
0
votes
1answer
263 views
PHP MySQL visitors best way to count and detect
i want to count the visits to each page in the site and detect who is online
my solution
table for all sessions of visitors
-----------------------------------------------
|id | sessionid | ...
0
votes
6answers
355 views
Website Stats/Traffic (backlinks, visitors)
How may I get the ranking statistics of a particular website using PHP, I'm talking about services like statbrain.com. I know I'll have to use other sources like Google, Yahoo and Alexa etc and that's ...
-1
votes
1answer
118 views
PHP Count unique visitors [closed]
I would like to count the amount of unique visitors a players profile would get.
Each player has a profile and there are many players.
If player1 visits player2's profile I want it to + 1 on ...
-2
votes
2answers
2k views
how to count the site current visitors using java script or php
I need to get the current site visitors number using Javascript or PHP.
I need it using the best way between php and Javascript.
Thank You