I am recording the time on one page, and then the user goes through several pages and I want the time to be recorded again (in a database... I know how to use databases!) Then I want to subtract the times from each other.. How would you recommend I do it?
you must use some way to uniquely identify a user. like by IP address, or by cookie or sessions etc. and record the time whenever the u want to record it.
make a seperate script that will display the details to you.
I know that!!!
It's just I want to know how to do the timestamp things... conversion etc