Hello PHP Builder, I'm fairly new to things but didn;t think this belonged in the Newbie forum. I am getting this error when I try to upload the file:
"Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /functions.php on line 2024"
Here is the code lines 2021-2025:
[code=php]$debughtml = '<hr />';
//$debughtml .= "<ul><a href=file:///C|/Documents%20and%20Settings/ArkStar/My%20Documents/FileHunter/includes%207-13/%5C%22#%5C%22 onclick=\"set_cookie('vbulletin_collapse', ''); window.location=window.location\">vbulletin_collapse</a>:<br /><li>" . str_replace("\n", '</li><li>', $_COOKIE['vbulletin_collapse']) . "</li></ul>";
$debughtml .= "\n<form name=\"debugger\" action=file:///C|/Documents%20and%20Settings/ArkStar/My%20Documents/FileHunter/includes%207-13/%5C%22%5C%22>\n<div align=\"center\">\n<!--querycount-->Executed <b>$query_count</b> queries<!--/querycount-->" . iif($_TEMPLATEQUERIES, " (<b>" . sizeof($_TEMPLATEQUERIES) . "</b> queries for uncached templates)", '') . " . ";
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "explain=1\">Explain</a>)<br />\n";
$debughtml .= "<select>\n\t<option>(Page Generated in $totaltime Seconds)</option>\n$messages</select>\n";[/code]
it says the errors around the "<a href=\"" ."