PHP: form input field names containing square brackets like field[index]
- by gidireich
Hi,
I've seen lot of code that handle forms, which creates input fields with names containing square brackets.
I understand that this is being somehow converted to PHP arrays when a PHP script examines the $_POST variable.
My questions about this:
What is the mechanism behind? At which point this names that merely contain brackets are…