[PHP] counter using PHP or Javascript?

2001-07-11 Thread Zhu George-CZZ010

Hi,

   Is there a way to create a counter to count the number of accesses for a apecific 
page using PHP or Javascript?

Thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] counter using PHP or Javascript?

2001-07-11 Thread scott [gts]

of course ;)

try this method:

link to the counter with an IMG from your page
IMG SRC=counter.php?name=pagename

have counter.php increment a log file and
output an image showing the current number
of hits that pagename has gotten, so that
the IMG SRC will be digits.

(although, this is like reinventing the wheel,
there are plenty of good  free counter
programs out there)
check this one out:
http://www.muquit.com/muquit/software/Count/Count.html


 -Original Message-
 From: Zhu George-CZZ010 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, July 11, 2001 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] counter using PHP or Javascript?
 
 
 Hi,
 
Is there a way to create a counter to count the number of accesses for 
 a apecific page using PHP or Javascript?
 
 Thanks.
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] counter using PHP or Javascript?

2001-07-11 Thread Chadwick, Russell


http://www.devshed.com/ClipScripts/results/l_2/c_6/

-Original Message-
From: Zhu George-CZZ010 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 9:42 AM
To: [EMAIL PROTECTED]
Subject: [PHP] counter using PHP or Javascript?


Hi,

   Is there a way to create a counter to count the number of accesses for a
apecific page using PHP or Javascript?

Thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]