Recent content by Vincenzo

  1. V

    How to insert checkbox values to mysql using php

    If you're planning of allowing multiple boxes to be checked, you should give each boxes their own unique "name" and each name must have their own column in your db table. Example: Then in your PHP code, you should run a check for each boxes by giving them value before updating your database...
Top Bottom