trying to get the user input via check boxes in my form.

Data is held in an associative array $_POST, but when in processing page where I send the details back to myself I'm not quite sure what to do next.

I figure I have to iterate my way through the array but how to I get multiple checkbox inputs sent in the email function

I know many of you have already done this - hope you could help

Thanks

The name of the checkbox will be in the POST array, only if it is selected. Do you have different names for them or are you using name="mycheckboxes[]" ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.