I want to code like this but I am limited the Problem is I dont want to brint the If statement out of the heredoc what is the solution
echo<<<ENDSTRING
<div>
if($i==2)
$i is 2
</div>
<div class='ProDividerA'></div>
ENDSTRING;
thanks Pedram