Now first, I did a little research and didn't find something near enough to help BUT... sorry if I missed something.
The problem.
Doing a form with a select multiple field, the pnVarCleanFromInput gives
example : select name=\"bla[blup][]\" (Yea I need all those
option 1
option 2
etc...
(I stipped the tags just in case the forum wouldn't like it).
$bla = pnVarCleanFromInput('bla') gives me the word Array
$bla = $_POST['bla'] gives me the real array...
Anyone have a clue on this ?
Have fun !
