php copy and year code example
Example 1: php get current year
$currentYear=date("Y");//2019
Example 2: automatic years php
© 2008-<?php echo date("Y"); ?> // 2008-20??
$currentYear=date("Y");//2019
© 2008-<?php echo date("Y"); ?> // 2008-20??