How to insert multiple checkboxes in php.

You set the form variable to an array. From there, you can get the value using:

$form_arr= array();
$form_arr = isset($_POST['form_var']);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.