for($i=0; $i<5; $i++){
echo str_repeat("*",5)."<br />";
}
şu kısım 5 adet yıldız koyacaktır.
echo str_repeat("*",5)."<br />";
test etmedim.