So i have created a list of all the files that are in a certain folder, and in the right hand is a checkbox.
echo "<form action='checkbox-form.php' method='POST' name='MyForm'>";
and this is the part of interest
$c +=1;
<td > <input type='checkbox' name='formImage[]' value='$c'/> <br /> </td>
So how can i do it?