I am trying to set the value of as variable like so:
$top2 = '</title> //LINE 286
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en_GB" />
<meta name="robots" content="all" />
<meta name="author" content="ThePeccavi" />
<meta name="copyright" content="Copyright (c) 2005-2006 ThePeccavi" />
<meta name="description" content="Animations, games and more!" />
<meta name="keywords" content="the, peccavi, the peccavi, thepeccavi, animations, games" />
<link rel="shortcut icon" href="/image/thepeccavi.ico" type="image/x-icon" />
<link rel="Home" title="Home" href="/" />
<link rel="animSelector" title="Animation Selector" href="/animationselector/" />
<link rel="Animation" title="Animation" href="/?page=animation" />
<link rel="Games" title="Games" href="/?page=games" />
<link rel="Forum" title="Forum" href="/forum/" />
</head>
<body>
<!-- HEADER -->
<div class="backc">
<div class="backt">
<!-- Profuse Host Ad Code -->
<script language="JavaScript" type="text/javascript" src="http://ads2.psychz.net/adx.js"></script> //LINE 329
<script language="JavaScript" type="text/javascript">
<!--
if (!document.phpAds_used) document.phpAds_used = \',\';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language=\'JavaScript\' type=\'text/javascript\' src='");
document.write ("http://ads2.psychz.net/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:8");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href=\'http://ads2.psychz.net/adclick.php?n=a477094b\' target=\'_blank\'><img src=\'http://ads2.psychz.net/adview.php?what=zone:8&n=a477094b\' border=\'0\' alt=\'\'></a></noscript></div>
</div>
<!-- WRAPPER -->
<div id="wrapper"><!-- HEADER -->
<div id="header">
<h1><a href="/">ThePeccavi</a> » <a href="';
It then gives me a lovely error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in <PAGE LOCATION>/content.php on line 329