Re: [PHP-DB] Web counter question..

2003-12-05 Thread Matt Matijevich

>>> James Hatridge <[EMAIL PROTECTED]> 12/5/2003 10:52:52 AM >>>
Hi all..

I just put up my stamp bulletin on line (issue #100!!). I have a
problem with 
it. The counter that I use counts everyone every time they look at the
site. 
I want a better counter, can you all suggest one? It's got to work with
html 
and php only.


You would have to either set some kind of permanent cookie once the
user visites your site, so on every request, check for the existence of
that cookie, if it is not there, add 1 to your counter and set the
permanent cookie, if the cookie is there, they have viited the site.

Or you could require the people to sign up for an account to visit the
site.
 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Web counter question..

2003-12-05 Thread James Hatridge
Hi all..

I just put up my stamp bulletin on line (issue #100!!). I have a problem with 
it. The counter that I use counts everyone every time they look at the site. 
I want a better counter, can you all suggest one? It's got to work with html 
and php only.

Thanks,

JIM

PS Check out my stamp bulletin, link below!
-- 
Jim Hatridge
Linux User #88484
--
 BayerWulf
   Linux System # 129656
 The Recycled Beowulf Project
  Looking for throw-away or obsolete computers and parts
   to recycle into a Linux super computer

WartHog Bulletin
Info about new German Stamps
   http://www.fuzzybunnymilitia.org/~hatridge/bulletin

Viel Feind -- Viel Ehr'
Anti-US Propaganda stamp collection
  http://www.fuzzybunnymilitia.org/~hatridge/collection

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php