How to Check Ajax Request in CodeIgniter

How to Check Ajax Request in CodeIgniter

if ( $this->input->is_ajax_request() ) {

// your code here…

}

Share this post

Leave a Reply

Your email address will not be published. Required fields are marked *