CreativPur
Erfahrenes Mitglied
Ich habe jetzt mein Form abgeändert..
Jetzt gebe ich 1,2,5 ein...
Resultat:
Array
(
[aktiv] => Array
(
[0] => 1
[1] => 0
[2] => 1
[3] => 0
[4] => 0
[5] => 0
[6] => 1
[7] => 0
[8] => 0
[9] => 0
[10] => 0
[11] => 0
[12] => 0
)
[id] => Array
(
[0] => 11
[1] => 12
[2] => 13
PHP:
<input type='checkbox' name='aktiv[]' value= '1'/><label for="sz_<?php echo $sz_td['id'] ?>"><?php echo $sz_td['superzahl'] ?></label>
<input type="hidden" name="aktiv[]" value='0' />
<input type="hidden" class="form-control" name="id[]" value="<?php echo $sz_td['id'] ?>">
<input type="hidden" class="form-control" name="wochentag[]" value="<?php echo $sz_td['wochentag'] ?>">
<input type="hidden" class="form-control" name="superzahl[]" value="<?php echo $sz_td['superzahl'] ?>">
<input type="hidden" class="form-control" name="anzahl[]" value="<?php echo $sz_td['anzahl'] ?>">
Jetzt gebe ich 1,2,5 ein...
Resultat:
Array
(
[aktiv] => Array
(
[0] => 1
[1] => 0
[2] => 1
[3] => 0
[4] => 0
[5] => 0
[6] => 1
[7] => 0
[8] => 0
[9] => 0
[10] => 0
[11] => 0
[12] => 0
)
[id] => Array
(
[0] => 11
[1] => 12
[2] => 13