how can i process all radio buttons from the page?
Use a foreach loop
foreach
$val ) echo "$key -> $val\n"; ?>
$key will be the name of the selected option and $val, well, the value.