Welcome Guest, Not a member yet? Register   Sign In
how do you handle form submissions
#3

[eluser]jvittetoe[/eluser]
this issue arises when i submit the form and call the dashboard/updateUserAccount...when it gets tothe else statement, these lines are throwing errors.
Code:
$password_old = $this->validation->password_old;
            $password_new = $this->validation->password_new;
            $password_conf = $this->validation->password_conf;
            $firstname = $this->validation->firstname;
            $lastname = $this->validation->lastname;

the errors are..
Message: Undefined property: password_old
Message: Undefined property: password_new
...and so on for all 5.

ive also updated my model function with your suggestion. but my script is failing before it even gets there.


Messages In This Thread
how do you handle form submissions - by El Forum - 08-31-2007, 04:05 PM
how do you handle form submissions - by El Forum - 09-01-2007, 12:11 AM
how do you handle form submissions - by El Forum - 09-02-2007, 10:17 PM
how do you handle form submissions - by El Forum - 09-03-2007, 02:07 PM
how do you handle form submissions - by El Forum - 09-03-2007, 04:47 PM
how do you handle form submissions - by El Forum - 09-04-2007, 06:27 AM
how do you handle form submissions - by El Forum - 09-04-2007, 07:22 AM
how do you handle form submissions - by El Forum - 09-04-2007, 04:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB