5 June 2020
How to Check Ajax Request in CodeIgniter
"if ( $this->input->is_ajax_request() ) { // your code here... }"
Unitrai Blog · Page 7
Development tutorials, case studies, and technology insights from the Unitrai engineering team.
"if ( $this->input->is_ajax_request() ) { // your code here... }"