Hello, such a problem: you need to insert in the PHP loop a line drawing from Html, but something is missing. Tell me how to implement it correctly?
<? for ($i = 1; $i <= 5; $i++) { echo $i; <polyline points="<? echo $x ?>,<? echo $y+$h ?> <? echo $x*$l ?>,<? echo $y+$h ?> <? echo $x*$l+$dx ?>, <? echo $y+$dy+$h ?> <? echo $x*$l ?>, <? echo $y+2*$dy+$h ?> <? echo $x ?>, <? echo $y+2*$dy+$h ?> <? echo $x-$dx ?>, <? echo $y+$dy+$h ?> " id="silfon" fill=gray stroke="#4D5656" stroke-width="1" > <animateTransform begin="startButton.click" attributeType="XML" attributeName="transform" type="scale" from="1 1" to="1 2" dur="2s" fill="freeze"> </polyline> } ?> I need him to draw 5 ($ i) of such figures with a set indent ($ h) from the previous ones