Woodhead

$thisYear) { // $year cannot be greater than this year - if it is then echo only current year echo "© $thisYear"; // display single year } else { echo "© $year–$thisYear"; // display range of years } } ?>