Ben bu hata mesajı alıyorum
Parse error: syntax error, unexpected $end in E:\xampp\htdocs\announcements\announcement.php on line 143
Line 143 is the last line of the PHP file. When I comment out
$htmlcode=<<<eod
<div>$question</div>
<div>$option1 $option2 $option3 $option4</div><br/>
eod;
echo $htmlcode;
The error is gone. What's wrong?