Hi there
If you just want to keep track of how long a guy was on a page simply use the following, at the top of your php page:
Which stores the time (as a UNIX timestamp) that the page was loaded into the clients session.
To read it out and compare it with the time the next page is loaded, use the following:
Well... and keeping track of the time remaining is a simple issue to solve:
Just keep a time remaining variable in your session, eg:
If you are happy with the answer, please give me a thanks.