Dynamic-Copyright A simple 1-line dynamic copyright date range paragraph in PHP. Example (when the current year is 2015): ``` $startDate = "2010"; $siteName = "DaveJudd.com"; ``` Output: ``` Copyright © 2010-2015 DaveJudd.com All Rights Reserved. ```