Welcome Guest, Not a member yet? Register   Sign In
Form_validation isn't using rules from config file (CI2)
#4

[eluser]Cristian Gilè[/eluser]
Quote: } else {
redirect('people'); // test to see if it's passing validation
}

Do you want to redirect in the admin area or outside? It should be:

Code:
} else {
        redirect('admin/people'); // test to see if it's passing validation
    }

to redirect in the admin area.


Cristian Gilè


Messages In This Thread
Form_validation isn't using rules from config file (CI2) - by El Forum - 01-17-2011, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB