Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by azat ( 12 years ago )
<?php
$artis=2;
for($i=1;$i<=7 && $i>=0;$i+=$artis)
{
echo $i;
for($a=1;$a<=$i;$a++)
{
echo "*";
}
echo $i."<br>";
if($i==7)
$artis=-2;
}
?>
Revise this Paste