Radio buttons should all use the same name. Only the selected radio button value is submitted:
then:
$size = $_POST['Radiosize'];
There is no need to look at it as an array - it isn't submitted as one. Radio Buttons are not like checkboxes in form processing.