How does the post array organize data?
Say some of my fields are a[b][c] how does that output as an array? (including the values entered)
(I know the obvious stuff (if the input name is just a instead of a[b][c])
Also, how does using
PHP Code:
globalize($_POST, array(
'a'
));
change it?
Thanks
I probably explained this poorly, or left something out, so no making fun