Witam. Na zajeciach nauczyciel podal nam taki sposob zapisu atrybutu name w formularzu
<label for="Gunpowder">Gunpowder</label>
<input type="checkbox" name="Product[]" value="Gunpowder" id="Gunpowder"/>
</div>
<div class="labels">
<label for="Musket">Musket</label>
<input type="checkbox" name="Product[]" value="Musket" id="Musket"/>
</div>
<div class="labels">
<label for="Horn">Powder horn</label>
<input type="checkbox" name="Product[]" value="Powder horn" id="Horn"/>
</div>
<div class="labels">
<label for="Handhun">Handgun</label>
<input type="checkbox" name="Product[]" value="Handgun" id="Handhun"/>
</div>
<div class="labels">
<label for="Cannon">Cannon</label>
<input type="checkbox" name="Product[]" value="Cannon" id="Cannon"/>
Chodzi mianowicie o name="Product[]" Jak rozumiem jest to sposob na to zeby html sam dopisywal nr. Tylko teraz pytanie jak tego uzyc w PHP? Jak to zapisac pod zmienna?