Welcome Guest, Not a member yet? Register   Sign In
Is there a faster way to get multiple POST data than $this->input->post('data')?
#1

[eluser]stuart_g[/eluser]
I've written a job application form, which has about 50 fields. Previously I've used the standard $this->input->post('fieldname') to retrieve all the submitted data, but as this form is pretty large I wondered if there's a less tedious and quicker method?

I've looked through the input class but can't see anything obvious. A method to retrieve all post data and put it into an array with the field name as the array key is the sort of thing I'd like. Is this possible?


Messages In This Thread
Is there a faster way to get multiple POST data than $this->input->post('data')? - by El Forum - 10-27-2009, 05:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB