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]

Reply via email to