CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   Insert code into text (http://www.codingforums.com/showthread.php?t=281201)

stephen_ 11-06-2012 10:05 AM

Insert code into text
 
Sorry for being lazy but I cant get this simple copyright variable to work...

PHP Code:

$footer='Copyright &copy'?> <?echo date("Y")?>  <?'1stWebDesigner PHP Template';


djm0219 11-06-2012 11:35 AM

PHP Code:

$footer 'Copyright &copy; ' date("Y") . ' 1stWebDesigner PHP Template'



All times are GMT +1. The time now is 12:45 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.