Welcome Guest, Not a member yet? Register   Sign In
how to get all post data
#7

[eluser]InsiteFX[/eluser]
CI 2.1.0
Code:
$data = $this->input->post(NULL, TRUE); // returns all POST items with XSS filter
$data = $this->input->post(); // returns all POST items without XSS filter


Messages In This Thread
how to get all post data - by El Forum - 08-05-2010, 09:08 AM
how to get all post data - by El Forum - 08-05-2010, 11:34 AM
how to get all post data - by El Forum - 08-06-2010, 01:17 AM
how to get all post data - by El Forum - 08-06-2010, 01:59 AM
how to get all post data - by El Forum - 08-06-2010, 02:14 AM
how to get all post data - by El Forum - 01-29-2012, 05:13 AM
how to get all post data - by El Forum - 01-29-2012, 08:06 AM
how to get all post data - by El Forum - 01-29-2012, 10:42 AM
how to get all post data - by El Forum - 09-15-2012, 08:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB