I have a checkbox group in one form that I need to be posted.
See what I mean? The boxes work just like array elements inside PHP. You can specify the indexes an they will be transfered as-is into PHP as $_POST['chk0'][1] elements.
$_POST['chk0'][1]