Html/PHP - Form - Input as array
问题 I got a form like this <form> <input type=\"text\" class=\"form-control\" placeholder=\"Titel\" name=\"levels[level]\"> <input type=\"text\" class=\"form-control\" placeholder=\"Titel\" name=\"levels[build_time]\"> <input type=\"text\" class=\"form-control\" placeholder=\"Titel\" name=\"levels[level]\"> <input type=\"text\" class=\"form-control\" placeholder=\"Titel\" name=\"levels[build_time]\"> </form> What I\'d like to have as $_POST output is an array like Array ( [1] => Array ( [level] =