Welcome Guest, Not a member yet? Register   Sign In
Posting a form that is included in a page
#12

[eluser]Flemming[/eluser]
Hi Jamie,

the answer is above! But here it is again ...

Code:
if($this->form_validation->run())
        {
            // validation passed, so do something with the data and then probably redirect
        }
        else
        {
            // validation failed OR form not posted yet
            $this->load->view('view',$data);
        }


Messages In This Thread
Posting a form that is included in a page - by El Forum - 11-16-2009, 06:50 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 07:36 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 07:45 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:05 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:12 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:22 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:37 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:41 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 08:45 AM
Posting a form that is included in a page - by El Forum - 11-16-2009, 09:35 AM
Posting a form that is included in a page - by El Forum - 11-24-2009, 10:24 AM
Posting a form that is included in a page - by El Forum - 11-24-2009, 10:36 AM
Posting a form that is included in a page - by El Forum - 11-24-2009, 10:37 AM
Posting a form that is included in a page - by El Forum - 12-10-2009, 06:46 PM
Posting a form that is included in a page - by El Forum - 05-22-2012, 12:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB