Forum Moderators: coopster
Parse error: syntax error, unexpected T_STRING in /home/domain/public_html/admin/checkurl.php on line 165 here is line 165:
HttpMultiRequest($url_to_process, false, 'ProcessResult', $link_id_to_process); thanks for your help.
if ($broken_only) {
$url_to_process[] = $site_url . '/admin/geturl.php?url=' . urlencode($url[$k]) . '&header_only=1';
}
else {
$url_to_process[] = $site_url . '/admin/geturl.php?url=' . urlencode($reciprocal_url[$k]) . ';
}
if ($i >= 10) {
break;
}
}
if (@count($link_id_to_process)) {
HttpMultiRequest($url_to_process, false, 'ProcessResult', $link_id_to_process);
}
else {
break;
}
}
}
$running_time = RunningTime($start_time);
echo "\n\nExecution time: $running_time";
RunPostFilter(__FILE__);
[edited by: jatar_k at 10:59 pm (utc) on Aug. 12, 2007]
[edit reason] reduced code [/edit]