Skip to content

Instantly share code, notes, and snippets.

@bhwebworks
Created January 28, 2012 22:26
Show Gist options
  • Save bhwebworks/1696007 to your computer and use it in GitHub Desktop.
Save bhwebworks/1696007 to your computer and use it in GitHub Desktop.
Copyright text with current year as PHP date variable
&copy; Copyright 2009-<?php echo date('Y');?>, [Your Company Name]. All Rights Reserved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment