1. 51.
    +1
    for($i=0; $i<6; $i++)
    {
    for($j=0; $j<(i+1); $j++)
    {
    echo "♥";
    }
    echo "<br>";
    }
    ···
   tümünü göster