How to Check Ajax Request in CodeIgniter
“if ( $this->input->is_ajax_request() ) {
// your code here…
}“
“if ( $this->input->is_ajax_request() ) {
// your code here…
}“
List of popular and most used search engines based on web research: ... read more
After a lots of headache, I find the solutions. I am using... read more
One of the reasons why smart phones have become so popular is... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Major Differences are: Git and Mercurial are the two most popular Distributed Version... read more
As per official bootstrap documentation about "sr-only CSS class":
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
Leave a Reply
You must be logged in to post a comment.