Auto Year Update For Footer


/ Published in: PHP
Save to your folder(s)

this will add the copyright circle thingy, the founded date (year) and the current year (updated automatic-like) for the footer of your site.


Copy this code and paste it in your HTML
  1. &copy; DATE - <?php echo date('Y');?> WEBSITE NAME

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.