Question:Which of the following ways codeIgniter support filtering data? 

A $config["global_xss_filtering"]=TRUE 

B $data=$this->input->post($data,true); 

C $data=$this->input->xss_clean($data); 

D $data=$this->input->clear_xss($data); 

+ Answer
+ Report
Total Preview: 626

Copyright © 2024. Powered by Intellect Software Ltd