php check if date is from last 7 days code example
Example: check if is the last day of the month php
if(gmdate('t') == gmdate('d')){
echo 'Last day of the month.';
}
if(gmdate('t') == gmdate('d')){
echo 'Last day of the month.';
}