view receives different parameters before and after sending the form. |
[eluser]Alejandrito[/eluser]
For some unknown reason (to me), when I load the page the view gets all the correct parameters, no errors, but when I send the form, I get a lot of errors that shouldn't be there (duh!) and I don't know why. In both cases, the data "should" be the same (as far as I know). Maybe you can give just a hint on where my error is? Thanks! This is my controller: Code: $this->form_validation->set_rules($reglas_validacion); view file |
Messages In This Thread |
view receives different parameters before and after sending the form. - by El Forum - 05-22-2013, 01:54 PM
view receives different parameters before and after sending the form. - by El Forum - 05-23-2013, 03:53 AM
|