[PHP] Parsing of forms

2009-05-16 Thread Daniele Grillenzoni
I noticed that php's way to fill $_GET and $_POST is particularly inefficient when it comes to handling multiple inputs with the same name. This basically mean that every in order to function properly needs to have a name ending in '[]'. Wouldn't it be easier to also make it so that any elem

[PHP] Parsing of forms

2009-05-16 Thread Daniele Grillenzoni
I noticed that php's way to fill $_GET and $_POST is particularly inefficient when it comes to handling multiple inputs with the same name. This basically mean that every in order to function properly needs to have a name ending in '[]'. Wouldn't it be easier to also make it so that any elem