Help for this page

Select Code to Download


  1. or download this
    $sevenDays = 60 * 60 * 24 * 7;
    $now = time();
    ...
            # Hasn't been modified w/i last 7 days
        }
    }