Counter code

Hello everybody, i have a website based on exchange rule with points , and i was in need for help from anybody to create a (digital counter) to credit the users points for each page they hit can anybody help…thanks in advance

Hello Short,

You can store this counter in a database and update it every time they go to a specific page.

It would work like this:

  • User logs in and goes to page A
    -page A on ready code takes user id, searches database for it. If found it increments that users counter, if not it makes a new record of that user
    -And so on for other pages.

Hope I understood it right.

goodluck,
Majd