Count visitor all page links

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ach8
User
Posts: 174

Count visitor all page links

Post by ach8 »

Is there a feature in PHPMaker to count the number of visits to each page (all page links)? How to do that?


arbei
User
Posts: 9384

Post by arbei »

There is not. You may however use Page_Loading server event to execute and UPDATE or INSERT statement to increase the count in your table.


Post Reply