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…
}
“
$this->session->mark_as_flash('item'); # Version 3.x only $this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
List of popular and most used search engines based on web research: ... read more
A recent research report has revealed that more than 90% of all... read more
Leave a Reply