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…
}
“
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
After a lots of headache, I find the solutions. I am using... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
As per official bootstrap documentation about "sr-only CSS class":
One of the reasons why smart phones have become so popular is... read more
Leave a Reply