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…
}“
How to check laravel version: Step1: Find Application.php file in your app and... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
As per official bootstrap documentation about "sr-only CSS class": Always add labels Screen readers... read more
Leave a Reply