Welcome Guest, Not a member yet? Register   Sign In
form_validation and page not displaying
#1

[eluser]sico87[/eluser]
I have a page on which I am using the form validation library, however when I run a check to make sure the form validates I get greeted with a blank page. The code I am using to do this is,

Code:
if($this->form_validation->run() == FALSE)
        {
            echo "success";
        } else {
            $this->template->build('admin/jobwall/add_job');
        }


I am using routing would this course a problem


Messages In This Thread
form_validation and page not displaying - by El Forum - 06-11-2010, 11:14 AM
form_validation and page not displaying - by El Forum - 06-11-2010, 12:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB