Jump to content

Getting back all my checkbox selections in PHP


ksmatthews

Recommended Posts

Hi There,

 

I have set up the folowing simple checkbox within my form  ...         

 

<label>Text

              <input name = "checkbox" type = "checkbox"

                  value = "text" /></label>

     

            <label>Audio

              <input name = "checkbox" type = "checkbox"

                  value = "audio" /></label>

 

What I would like to know is how can I retrieve the values for EACH checkbox option server side ?

 

When I use this code as it is, I am only able to retrieve ONE value for the name 'checkbox' ... but don't I have to keep  name = "checkbox" the same ??

 

Any suggestions ?

 

Steven Matthews

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.