Parse error: syntax error, unexpected T_VARIABLE on this line
//----------------------------------------------------------------------------------------
// WARNING do not edit below this line
$site="http://"; this line is the error
$site.= $_SERVER["HTTP_HOST"];
$sitexml = $site."/";
$full = $_SERVER["REQUEST_URI"];
If I comment line out the parse error drops to the next line. Thanks for your help.