<?
if (!empty($_POST)) {
var_dump($_POST);
}
?>
<form method="POST">
<table>
<tr>
<td>
<input name="super_input[]">
</td>
</tr>
<tr>
<td>
<input name="super_input[]">
</td>
</tr>
<tr>
<td align="center"><input type="submit" value="Parse" style="width: 100%;"></td>
</tr>
</table>
</form>