Suggestions / tutorials?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
illmapu
Forum Commoner
Posts: 47
Joined: Fri Aug 22, 2003 1:48 pm

Suggestions / tutorials?

Post 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:
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post 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
Post Reply