I just want to add this to my reference in case I forgot the code again.

This source code simply adds copyright to the page and automatically updates the year using the Date class on PHP.

Copyright &copy; <?php print(Date("Y")); ?> <a href="http://www.ajibanda.com">ajibanda</a>. All Rights Reserved.

No comments :

Post a Comment