javascript - Can I make a hit counter from this? -


i have personal wiki , have wanted add personal hit counter, isn't third party. know can use php , can locally through javascript in wiki platform don't have access information.

however able find this:

<input type="hidden" name="name" value="randomnumbersandtext"> 

which directly associated how track views. there anyway use track views? use javascript track page view information , display on different one? information how track views nice, don't know it.

if want yourself. can use php insert visitors ip in mysql database. can count number of rows , display :)


Comments

Popular posts from this blog

mysql - How to unscape text from database in android studio -

php - Admin SDK -- get information about the group -

Making CSS Drop Down Menu 2 Columns -