Hi Im not sure if this is html or how it really works I need something for my website so i can see what website that link my website and how many users he send from his website to mine each month Googled a little but wasent really sure what to google on so the resaults was bad Any help would be appriciated Thanks
you can do with php and mysql make a table with 3 fields id, username, hits foreach user build a refferal url like yoursite.com/index.php?ref=username check on site accessing if ref parameter is set and add hit into the table just created I can do for a few bux if you cannot