Hi,
I need to do a timer in php that shows elapsed time - from the time the page loads into the users browser to the time the user clicks a submit button.
To get $elapsed I was thinking timestamp minus time of submit...
The elapsed time need to be emailed when user clicks submit button so I need
echo "<input type='hidden' name='elapsed' value='elapsed'>";
Is this possible using php or do I need javascript?
Thanks, Hunter