|
Sure that takes about 10 seconds, you just have people send your hits to index.php?site=(their site name)
then you add a 1 to the column in your table each time they send you one.
<?
$incoming = $_SERVER['HTTP_REFERRER'];
if the referrer already exists in your table increment his "count" by 1, if not create a new column and start it at 1.
Gah?
BMF
|