In my pageload I have a counter.
When it counts to 10, it has to add 10 seconds up in the database (update?), after that the timer resets, when it reaches 10 seconds again, its has to add up another 10 seconds again in the database.
(so my database keeps track on how long I've been on my page)
What sql statement do I have to use for this?