Welcome Guest, Not a member yet? Register   Sign In
$this->input->post not working?
#3

[eluser]bill19[/eluser]
I've changed it to:

Code:
if($_POST) {   //clean public facing app input
            $identity = $this->input->post('identity', true);
            $password = $this->input->post('password', true);
            var_dump($identity);
            exit;

still no output.


Messages In This Thread
$this->input->post not working? - by El Forum - 05-03-2012, 12:43 PM
$this->input->post not working? - by El Forum - 05-03-2012, 01:11 PM
$this->input->post not working? - by El Forum - 05-03-2012, 01:15 PM
$this->input->post not working? - by El Forum - 05-03-2012, 02:20 PM
$this->input->post not working? - by El Forum - 05-03-2012, 05:08 PM
$this->input->post not working? - by El Forum - 05-03-2012, 05:31 PM
$this->input->post not working? - by El Forum - 05-03-2012, 07:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB