You don't have an account yet?
Become part of our PHP community and register now...
<input type="text" name="werte[foo]" /> <input type="text" name="werte[bar]" />
print_r($_POST['werte']);
Comment