
Here is a code snip that uses PHP to automaticaly show the current year in your website copyright notice. Enjoy!
Copy and paste the following code into your site footer:
© Copyright 2025-2026.
Use the code below:
© Copyright 2025-<?php echo date("Y");?>.
© 2025-2026.
Use the code below:
© 2025-<?php echo date("Y");?>.
© Copyright 2026 The Web Guy. All rights reserved.