10-04-2012, 12:40 AM
[eluser]ojcarga[/eluser]
Guys,
Just wondering if you can explain me the difference between these two way for getting values on form submission:
&&
Both works perfectly but dont know which is the difference.
Thanks,
Cheers!
Guys,
Just wondering if you can explain me the difference between these two way for getting values on form submission:
Code:
$this->form_validation->set_value('login')
&&
Code:
$this->input->post('login')
Both works perfectly but dont know which is the difference.
Thanks,
Cheers!