Hi,
Im having a problem with the following code of mine:
<?php
require_once 'config.php';
$title = "Home!";
$content = <<<EOF
<h3>Current Statistics</h3>
Our Home Page!
EOF;
include 'layout.php';
?>
when i try and render the page i get the follwing error:
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_END_HEREDOC or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in C:\wamp\www\sandbox\coding\system\newsletter\admin\index.php on line 9
please help me fix this....sooooo frustrated!!!