2015-06-22, 08:09 PM
I wanna check if the thread is 60 minutes old and if so show an error but I can't figure how to determine that'
I have dateline form a table fetched and current time but how to create a value that I can use
Thread date-line: 1434998086
I have dateline form a table fetched and current time but how to create a value that I can use
if ($thread_age > $check_value)
{
error();
}
Thread date-line: 1434998086