checa muy buen:
Código PHP:
<?
function boton($tal) {
?><input type = 'radio' value = '<? echo $tal; ?>'
name = 'boton<? echo $tal; ?>'> <? } ?>
Esto es para que al pasar la función sobre la página será así:
Código PHP:
<?
boton("1");
boton("2"); ?>
y así los que quieras, a ver