$recent_tim = 30;
$con=(strtotime($check_time) - strtotime($date))/60/60/24;
일 수 = 필드(DB 등록된 date) - Checkdate(현재시간)/60/60/24;
if( $con <= $recent_time && $filename != ''){
}
$recent_tim = 30;
$con=(strtotime($check_time) - strtotime($date))/60/60/24;
일 수 = 필드(DB 등록된 date) - Checkdate(현재시간)/60/60/24;
if( $con <= $recent_time && $filename != ''){
}