Copyright Date Year Line in php February 5, 2013 Leave a Comment To create copyright line in php that updates with the current year, use the code below… © <?php echo date ('Y'); ?>