I want my clients to be able to ask a question on my website, and after 4 days, for that question to be deleted.
Everytime that question is visited, for the time elapsed since the question was asked, to be displayed.
I assume the easiest way would be to extract the number of seconds since the question was asked, and to display it either in seconds, minutes, hours, or days depending on how long it has been at the time of viewing the question.
I'm using PHP and MySQL. Please help me!