$limit = 50;
for($x=1; $x<=$limit; $x++){
echo “urun: $x <br>”
sleep(5); // 5saniye aralik
}