devono diventare degli array:
quindi li visualizzerai con:Codice PHP:
<input type="checkbox" name="fruit[]" value="apples">apples
<input type="checkbox" name="fruit[]" value="oranges">oranges
<input type="checkbox" name="fruit[]" value="peaches">peaches
<input type="checkbox" name="fruit[]" value="mangos">mangos
print_r($_POST);