Welcome Guest, Not a member yet? Register   Sign In
$this->input->post() always returning FALSE
#4

[eluser]InsiteFX[/eluser]
Well it has to go through this in you Signup
Code:
if ($this->form_validation->run() == FALSE)
{
    $this->load->view('signup_fail');
}
else
{
    $this->load->view('signup_success');
}

InsiteFX


Messages In This Thread
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:38 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:40 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:41 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:45 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:47 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:53 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 03:57 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 04:00 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 04:21 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 04:21 AM
$this->input->post() always returning FALSE - by El Forum - 05-15-2011, 04:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB