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…
}“
One of the reasons why smart phones have become so popular is... read more
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
The regex caused the error during validation check on Alphaspace Rules regular... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
Try "keypress" evenHandler in jQuery: Notice Below Code, Although this code is correct... read more
Simple structure to pin the flow to developers mind for project IS ... read more
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
Leave a Reply