Jump to content

Checkbox - Add To Html Output


HadesMOD

Recommended Posts

Hello,

 

I am new to this forum, but need to learn a thing or two about PHP... Now my request may be difficult or need a lot of planning to accomplish but here is what I am trying to do:

 

I have a form connected to the database I am working with and It pulls queries from existing table data, and on change (submit) it replaces existing data.

 

I now want to move forward, and do something different.

 

I want to essentially have checkboxes (8 total) and if any one is checked, it will add to a value (making HTML)

 

For example, if Checkbox 1 is selected, display

 - Which could be anything I needed it to be

If checkbox 2 is selected, the value will add to the bottom of the last field, and this repeats for each checkbox.

 

The output (which I want to push into the Database) will be similar to as follows:

 

[html Checkbox1]

[html Checkbox2]

[html Checkbox3]

[4,5,6,7,8...]

 

Again, this needs to go into the database to replace the existing field

 

Any takers? Can anyone point me in the right direction?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.