filter_input and $_POST deep array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have using a form that gives me something like
 $_POST=array(
    'login'=>array(
        'email'=>'hello@xxxxxxxxx',
        'password'=>'123456'
    )
)

is there a way to use filter_input function to filter the values? I tried
filter_input(INPUT_POST,'login[email]') but it does not work!

Regards,

Jean-Baptiste Verrey

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux