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
https://forums.phpfreaks.com/topic/271884-checkbox-add-to-html-output/
Share on other sites

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.