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->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
"There may be several other possible ways, but I know one simple... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
The character set named utf8 uses a maximum of three bytes per... read more
While Google is quite generous in giving each user a lot of... read more
How to check laravel version: Step1: Find Application.php file in your app and... read more
Have you ever read emailed somebody and spent time wondering whether they... read more
Leave a Reply