Automatic Copyright Year PHP Code

Automatic Copyright Year PHP- You can add the following codes so that you do not need to change the Copyright Year every time. just use these Automatic Copyright Year PHP codes.

Code for Current year only

<?php echo date("Y"); ?>

With start year Code

2008-<?php echo date("Y"); ?>

Code for Start date with error protection

<?php date('Y')){ echo date('Y'); } ?>