Hello,
If I have a checkbox answer on my html form, and I would like to store it in a mysql database. What is [FONT="Arial Black"]the code[/FONT] to do this?
The checkbox does not show up in the mysql when I serialize $_POST['info'].
sometimes you need serialize($_POST) and store in db. Make sure the column is a blob or something big as it is