$elemradio=$HTTP_POST_VARS['elemradio'];
$elemcheck1=$HTTP_POST_VARS['elemcheck1'];
$elemcheck2=$HTTP_POST_VARS['elemcheck2'];
$seleccion=$HTTP_POST_VARS['seleccion'];
$nota=$HTTP_POST_VARS['nota'];
$oculto=$HTTP_POST_VARS['oculto'];
printf("Seleccionaste el radio %s
",$elemradio);
printf("Seleccionaste el checkbox 1: %s
",$elemcheck1);
printf("Seleccionaste el checkbox 2: %s
",$elemcheck2);
printf("Seleccionaste el carro: %s
",$seleccion);
printf("La nota es: %s
",$nota);
printf("El valor oculto es: %s
",$oculto);
?>