Du hast noch keinen Account?
Werde Teil unserer PHP Community und registriere Dich jetzt...
<input type="text" name="werte[foo]" /> <input type="text" name="werte[bar]" />
print_r($_POST['werte']);
Kommentar