I have a question and I would like to know if it is possible in this code instead of showing dates already expired show dates that are missing 10 days to expire.
if(!empty($row[10]) AND ($row[11] < time() || $row[12] < time() ||
$row[13] < time() || $row[14] < time() ||
$row[15] < time() || $row[16] < time() ||
$row[17] < time())){
Instead of appearing the team that is the current date is the date that is missing 10 days.
PS: In the example that shows me the dates that are already expired. I now only want to show dates whose date is 10 days to expire.