This is the HTML:
do <
You can specify shortcut value as the key and the ses value as the value attribute:
shortcut
ses
On the server-side you could use a foreach loop to iterate over the array:
foreach
foreach ($_POST['input'] as $shortcut => $ses) { // process $shortcut and $ses }