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
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
2 matches
Mail list logo