Hey all (again),
Once again I am stumped. I should probably take a programming class then this stuff would make a lot more sense. Anyway, what I'm trying to do is to take a (begining) timestamp to put on the first page of a form, and list that timestamp on a series of other pages as when it actually took that stamp...not the current time.
For example: say you first view the page at 11:34:48am, on the following pages I want it to say:
The current time is 11:38:19am
You started at 11:34:48am
I understand date, mktime and all of that stuff. But I don't fully understand these functions. What ends up happening when I try this is i keeps displaying the current time and not the starting time.
Is there a way to grab that starting time variable and keep it static, without timestamping it into a database or a file? I realize it would rely on global variables and what not, but can someone point me in the right direction? Am I just not understanding PHP's date/time functions correctly? Thanks everyone, you are all great 🙂
./brm