SyntaxFix
Write A Post
Hire A Developer
Questions
simply use the form_validation class of codeigniter:
strip_image_tags($str). $this->load->library('form_validation'); $this->form_validation->set_rules('nombre_campo', 'label', 'strip_image_tags');