Tagged Questions

1
vote
1answer
70 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
70 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
257 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
348 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 ...
-2
votes
2answers
1k 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