I want to know how to display time since a user has submitted the form on my website. So for example when the user submits the form I was to display
"Thank-you for your submission. You have been logged in for 0 seconds" depending upon the time that has elapsed." Can I use the time() function but am not sure to process it.