0
within a php fileThere is html content by an echo, my doubt is how do I use a for php within that echo.
example of how I’m trying to do;
echo '<div name="estrelas-cliente">
'for($i =1; $i <= 2 ; i++){'
<p>teste</p>
'}'
</div>'