is it legal to declare a form field in this manner and have it returned as a point in a 3D array to PHP?
<input type=text name="array[5][30]" value="test">
??
Could I reference $_GET["array"][5][30] properly???????
I'm using this in a form that is grid-like.
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
<input type=text name="array[5][30]" value="test">
??
Could I reference $_GET["array"][5][30] properly???????
I'm using this in a form that is grid-like.
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.