sleipnir214
Programmer
In PHP if I have a group of checkboxes and name them all "foo[]", PHP will make the checked values available in a single array named $_POST["foo"].
I want to know whether this is a quirk of the language which might be eliminated one day, or a documented feature which will be kept in future versions of PHP.
Can anyone provide a link to a web document which says one way or the other?
I want to know whether this is a quirk of the language which might be eliminated one day, or a documented feature which will be kept in future versions of PHP.
Can anyone provide a link to a web document which says one way or the other?