How to Automatic Copyright Year using PHP
Use the date() function to automatically update the copyright year on your website.
Every Website work date function and easily change year automatic.
Code
© 2015-<?php echo date("Y");?>
Use the date() function to automatically update the copyright year on your website.
Every Website work date function and easily change year automatic.
Code
© 2015-<?php echo date("Y");?>
Leave a Reply