Automatically update the copyright year on your website


SUBMITTED BY: henry1874w

DATE: June 17, 2017, 1:25 p.m.

FORMAT: Text only

SIZE: 90 Bytes

HITS: 185

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. &copy; 2010-<?php echo date("Y");?>
  5. </body>
  6. </html>

comments powered by Disqus