Page 1 of 1

how to make a php counter

Posted: Wed Mar 23, 2005 12:15 am
by Smackie
Hello im looking for a way to make a php counter that shows how many times the page been uploaded... if anyone could help me out i would appreciate it..


Thank you
Smackie

Posted: Wed Mar 23, 2005 12:32 am
by feyd
..how many times the script itself has been uploaded?

about the only way I know of, without source control, is using an upload script and a database to do the counting..

Posted: Wed Mar 23, 2005 1:32 am
by timvw
imho there is only one way to do it right... make a script that analyzes your access.log and count the request for a specific page in there...