03-15-2011, 02:43 PM
[eluser]Cesar Kohl[/eluser]
Is there any difference between
and
?
If I use both will it be redundant?
Thanks in advance!
Is there any difference between
Code:
$this->input->xss_clean($example);
and
Code:
$this->form_validation->set_rules('example','Example','xss_clean');
?
If I use both will it be redundant?
Thanks in advance!