Hi there,

Please consider registering for an account. Registration is free, only takes a minute and will allow you to access members only boards. If you already have an account with us, then click here to log in.

collapse

* Who's Online

  • Dot Guests: 36
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.


Author Topic: Auto changing copyright code  (Read 5408 times)

0 Members and 1 Guest are viewing this topic.

WestwegoManTopic starter

  • Administrator
  • Pirogue Pusher
  • *****
  • Posts: 46
  • Age: 50
  • Location: Westwego, La.
    • View Profile
Auto changing copyright code
« on: Jan 23, 2015, 5:09 PM »
HTML:
Code: [Select]
&copy;<?php echo date("Y");?> YourSite.com
PHP:
Code: [Select]
' . date("Y", time()) . '
Java Script
Code: [Select]
<script language="javascript">
var enabled = 0; yeartoday = new Date();
var thisyear;
thisyear = (yeartoday.getFullYear());
document.write("&copy; "+thisyear+" YourSite.com");
</script>


 


The postings on this site are my own and do not necessarily reflect the views of Jefferson Parish,

fellow employees, members of the public, suppliers or people working on behalf of the parish.


SimplePortal 2.3.6 © 2008-2014, SimplePortal