So you want the date in your copyright notice to automatically change each year?
Use this code:
<p> © Copyright <?php echo date("Y") ?> Business Name Inc. All Rights Reserved. </p>
So you want the date in your copyright notice to automatically change each year?
Use this code:
<p> © Copyright <?php echo date("Y") ?> Business Name Inc. All Rights Reserved. </p>