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…
}“
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
While Google is quite generous in giving each user a lot of... read more
BrowserModifier:Win32/Neobar is malware which changes various browser data without notifying you. Windows... read more
A recent research report has revealed that more than 90% of all... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
After a lots of headache, I find the solutions. I am using... read more
Leave a Reply