nav-left cat-right
cat-right

Copyright Notice with Automatically Updating Year

So you want the date in your copyright notice to automatically change each year?

Use this code:

<p>
&copy; Copyright <?php echo date("Y") ?> Business Name Inc. All Rights Reserved.
</p> 

Leave a Reply