Guys,
Just wondering if you can explain me the difference between these two way for getting values on form submission:
$this->form_validation->set_value('login')
&&
$this->input->post('login')
Both works perfectly but dont know which is the difference.
Thanks,
Cheers!
