JRComputersWiki:Copyrights

From TheBestLinux.com
Revision as of 20:46, 25 December 2015 by Jamie (talk | contribs)
Jump to navigation Jump to search

<?php $start_year = "1992"; $current_year = date('Y'); $owner = "Jamie D. Rubinstein"; echo "This is a test of how to create a dynamic copyright satement.


"; echo "Copyright © $start_year - $current_year  $owner.  All rights reserved. &nbsp"; echo "This document or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of $owner.
"; ?>