Welcome Guest, Not a member yet? Register   Sign In
Validation problem
#2

[eluser]danmontgomery[/eluser]
You're running validation without checking if the form has been submitted:

Code:
if ($this->form_validation->run())

// try

if($_POST && $this->form_validation->run())


Messages In This Thread
Validation problem - by El Forum - 03-21-2011, 11:05 AM
Validation problem - by El Forum - 03-21-2011, 01:13 PM
Validation problem - by El Forum - 03-21-2011, 01:23 PM
Validation problem - by El Forum - 03-22-2011, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB