<?

$a=1;
while ($a<7) {
	echo "R10";
	$a++;
}

?>
kolay gelsin