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
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
After a lots of headache, I find the solutions. I am using... read more
How to check laravel version: Step1: Find Application.php file in your app and... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
In simple words, class is a user defined datatype. Which have its... read more
One of the reasons why smart phones have become so popular is... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
While Google is quite generous in giving each user a lot of... read more
Leave a Reply