I want to put check boxes and radio buttons in a form, which result will be stored in the mysql database. I know how to put check boxes and radio button in simple HTML but don't know how to do it with php. What should I do to the fields in the mysql database table in order
to allow the database to receive such information (check boxes and
radio buttons)
Thank you very much