Post: Tutorial 1: How to create a basic auto updating copyright.
05-10-2011, 02:04 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by 039

[align=center]How to make an auto updating copyright feature on your website!

Introduction: This is a lazy way to keep your website updated. Instead of updating the copyright at the bottom of your page, this will do it for you.

Code:
    <?php  
$year = date('Y'Winky Winky;
$websitename = 'Your website name';
echo '© ', $year, $websitename, '. All rights reserved.';
?>


Feel free to ask questions and discuss this tutorial.
This tutorial was created 100% by me.
Thanks for reading!

[/align]


source You must login or register to view this content.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo