Unitrai

How to Check Ajax Request in CodeIgniter

5 June 2020

"if ( $this->input->is_ajax_request() ) { // your code here... }"

"if ( $this->input->is_ajax_request() ) { // your code here... }"
#Web

Share this post