I have the following code:
if ($_POST[\'submit\'] == \"Next\") { foreach($_POST[\'info\'] as $key => $value) { echo $value; } }
in loop:
if ($key == 0) //or whatever continue;