Page 1 of 1

Suggestions / tutorials?

Posted: Tue Oct 21, 2003 4:05 pm
by illmapu
Hi,

I would like to provide a hit counter to my members for them to use on their sites. Does anyone have any helpful tips as to where I can get started or tutorials? I see lots of tutorials out there for counting on your own site, but not if you want to be the hit counter provider.

Thanks in advance! :wink:

Posted: Tue Oct 21, 2003 5:41 pm
by AVATAr
in a DB a table with: Site_ID | Counter

then use a GET method to increment the counter, so your customer can include that page... like counter.php?siteid=23408adfksjf9857 something like that...

if you want try searching php.resourceindex.com