Question:Which is used for Filtering a single item? 

A $name = $this->load->xss_filter($this->input->post('name')); 

B $name = $this->input->xss_filter($this->load->post('name')); 

C $name = $this->input->xss($this->input->post('name')); 

D $name = $this->input->xss_filter($this->input->post('name')); 

+ Answer
+ Report
Total Preview: 698

Copyright © 2024. Powered by Intellect Software Ltd