<?php $startYear = "1995"; $currentYear = date("Y"); $copyrightContent = "© Company (" . $startYear . " - " . $currentYear . ")"; ?> <div class="copyright"><?php echo $copyrightContent;?></div>