Ok, so I'm quite new to PHP (very new), but have tried to work through this, but just cannot find any information to help. Basically I need to design a way to record the amount of time a user spends on a page, and then display that time on another page when they click for it.
I'm guessing a good way to do this would be using a cookie as it will only need to be a one time display of the information and no record needs to be kept for my own use - past me being nosey of course!
I'm hoping someone can help me get something like this going, or suggest a better alternative. Thanks for reading and I hope to hear from someone soon
Kev