Need Help
Posted: Mon Jul 06, 2009 6:17 pm
I am getting this error, but I don't have code on line 61. What am I missing?
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/www/princetonfreechurch.net/index.php on line 61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta name="verify-v1" content="ZrEgDjNMVHzNEPRvAKKtAIoyCr8C/JaSNQu2dUFfc0Q=" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Welcome to PEFC!</TITLE>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<!--[if IE]><link href="styles/ie.css" rel="stylesheet" type="text/css"><![endif]-->
<script type="text/javascript" src="scripts/tFader.js"></script>
</head>
<body>
<div id="wrapper" style="z-index:1">
<div id="logo"><a href="index.php"><img src="images/logo.jpg" alt="logo" width="350" height="126"></a></div>
<div id="topRight"><?php require($DOCUMENT_ROOT . "includes/header.php"); ?></div>
<div class="clear"></div>
<div id="banner">
<div id="randomBanner">
<script type="text/javascript" src="scripts/images.js"></script>
</div>
<div id="serviceTimes"><?php require($DOCUMENT_ROOT . "includes/services.php"); ?></div><!--END SERVICE TIMES-->
</div><!--END BANNER-->
<div class="clear"></div>
<div id="navBar"><?php require($DOCUMENT_ROOT . "includes/dropmenu.php"); ?></div>
<div class="clear"></div>
<div id="mainBg">
<div id="homeLeft">
<div id="welcome">
<div>Princeton Evangelical Free Church strives to SEEK & CELEBRATE God, SHARE Jesus' good news though action and word, with the princeton community and the world, and SERVE one another in life-change relationships.
<br>
</div>
</div><!--END WELCOME BANNER-->
<div class="clear"></div>
<div id="newcomers"><a href="newcomers.php"><img src="images/newcomer.jpg" alt="Newcomers Welcome!" width="220" height="157"></a></div>
<div id="calendar"><a href="events.php"><img src="images/events.jpg" alt="Events Calendar" width="225" height="157"></a></div>
<div id="connect"><a href="youth.php"><img src="images/connect.jpg" alt="Connect" width="225" height="157"></a></div>
</div><!--END LEFT CONTENT-->
<div id="rightColumn">
<?php require($DOCUMENT_ROOT . "includes/upcoming_events.php"); ?>
</div><!--END RIGHT COLUMN -->
</div><!--END MAIN BG-->
<div class="clear"></div>
<div id="footer"><?php require($DOCUMENT_ROOT . "includes/footer.php"); ?></div>
</div><!--END BODY WRAPPER-->
</body>
</html>
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/www/princetonfreechurch.net/index.php on line 61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta name="verify-v1" content="ZrEgDjNMVHzNEPRvAKKtAIoyCr8C/JaSNQu2dUFfc0Q=" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Welcome to PEFC!</TITLE>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<!--[if IE]><link href="styles/ie.css" rel="stylesheet" type="text/css"><![endif]-->
<script type="text/javascript" src="scripts/tFader.js"></script>
</head>
<body>
<div id="wrapper" style="z-index:1">
<div id="logo"><a href="index.php"><img src="images/logo.jpg" alt="logo" width="350" height="126"></a></div>
<div id="topRight"><?php require($DOCUMENT_ROOT . "includes/header.php"); ?></div>
<div class="clear"></div>
<div id="banner">
<div id="randomBanner">
<script type="text/javascript" src="scripts/images.js"></script>
</div>
<div id="serviceTimes"><?php require($DOCUMENT_ROOT . "includes/services.php"); ?></div><!--END SERVICE TIMES-->
</div><!--END BANNER-->
<div class="clear"></div>
<div id="navBar"><?php require($DOCUMENT_ROOT . "includes/dropmenu.php"); ?></div>
<div class="clear"></div>
<div id="mainBg">
<div id="homeLeft">
<div id="welcome">
<div>Princeton Evangelical Free Church strives to SEEK & CELEBRATE God, SHARE Jesus' good news though action and word, with the princeton community and the world, and SERVE one another in life-change relationships.
<br>
</div>
</div><!--END WELCOME BANNER-->
<div class="clear"></div>
<div id="newcomers"><a href="newcomers.php"><img src="images/newcomer.jpg" alt="Newcomers Welcome!" width="220" height="157"></a></div>
<div id="calendar"><a href="events.php"><img src="images/events.jpg" alt="Events Calendar" width="225" height="157"></a></div>
<div id="connect"><a href="youth.php"><img src="images/connect.jpg" alt="Connect" width="225" height="157"></a></div>
</div><!--END LEFT CONTENT-->
<div id="rightColumn">
<?php require($DOCUMENT_ROOT . "includes/upcoming_events.php"); ?>
</div><!--END RIGHT COLUMN -->
</div><!--END MAIN BG-->
<div class="clear"></div>
<div id="footer"><?php require($DOCUMENT_ROOT . "includes/footer.php"); ?></div>
</div><!--END BODY WRAPPER-->
</body>
</html>