I'm pulling data from a data base and for every record I create a radio button
something like
<input name='Sid' type='radio' value='$id'>
where $id is the key for a given record in the data base, on this page the users can select from all the records listed (clicking in the radio button) and click the submit buttom to send all the information, the problem is that I cant figured out how can I know which records were selected in the previous page, even when I have the name of them, how can I do to know which one were selected or which were not.
Does anybody have any idea, thanks in adv. sanddy