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…
}“
There are certain formal settings (like a conference, meeting or classroom) where... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
"There may be several other possible ways, but I know one simple... read more
In simple words, class is a user defined datatype. Which have its... read more
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
Leave a Reply