Jump to content

Recommended Posts

Hi

I have a form with 8 checkboxes on it.  When a checkbox is checked the value = 1. 

eg. <input type="checkbox" name="yes" value="1">

 

The values from the form are then posted to a php script which attempts to store them in a database. 

 

The problem is that the checkboxes that were not checked don't have a value and so they don't get saved to the database.

 

Is there any way the unchecked boxes can have a value of 0?

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/36615-solved-unchecked-checkbox-values/
Share on other sites

Why not set the default value of the column in the database to be '0' and then when you insert/update the row in the database from the php, you only insert/update the required values.

 

Checkboxes are only sent if they're checked :(

 

Regards

Huggie

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.