Ver original<?phpif(isset($_POST['matriculaAlum])) { foreach($_POST['matriculaAlum'] as $val) { echo $val."<br>"; }}?>