View Single Post
Old 07-15-2004, 01:50 PM  
badmrfrosty
Confirmed User
 
Join Date: May 2003
Posts: 500
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

Last edited by badmrfrosty; 07-15-2004 at 01:53 PM..
badmrfrosty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote