Welcome Guest, Not a member yet? Register   Sign In
Question about repopulating fields in my form
#2

[eluser]dedenf[/eluser]
i always do this to process the form
Code:
if ($this->validation->run() == false){
            $this->load->view('register',$data);
        }else {
            //your filter and other process
        }
and i use the input class to sanitize the submitted data from the form.

Code:
$this->input->post('college');
$this->input->post('notified');


Messages In This Thread
Question about repopulating fields in my form - by El Forum - 10-25-2007, 10:47 PM
Question about repopulating fields in my form - by El Forum - 10-26-2007, 01:24 AM
Question about repopulating fields in my form - by El Forum - 10-26-2007, 06:15 AM
Question about repopulating fields in my form - by El Forum - 05-04-2009, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB