Question:Which function is used to retrieving GET and POST data? 

A $this->input->get('some_field', TRUE); 

B $this->input->get_post('some_field', TRUE); 

C $this->input->post('some_field'); 

D $this->load->get_post('some_field', TRUE); 

+ Answer
+ Report
Total Preview: 728

Copyright © 2024. Powered by Intellect Software Ltd