Hi

I would like to have a unknown number of generated check boxes like this:

<input type="checkbox" name="chk01" />
<input type="checkbox" name="chk02" />
<input type="checkbox" name="chk0X" />

And the name will be generated "chk01 to chk99", but how do I make the receiving PHP script that "scans" for post variables that are sent, so that I can work on this information?

Best regards
Søren

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to