I have created a PHP form there is 12 fields and two of them Radio button and check box, My problem is that when i submit the form all the values get inserted in the database but Radio button and check box button data will not. Please help.
Better you can refer this link.
http://stackoverflow.com/questions/17575937/i-need-help-to-store-radio-button-in-mysql-database
I think the check box and radio store values as 0 and 1 / true and false. These have to be handled like this. I will also read the link given to learn more.
Quote from: Luca tall on 01-17-2014, 00:19:35
Better you can refer this link.
http://stackoverflow.com/questions/17575937/i-need-help-to-store-radio-button-in-mysql-database