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…
}
“
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
BrowserModifier:Win32/Neobar is malware which changes various browser data without notifying you. Windows... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
In simple words, class is a user defined datatype. Which have its... read more
Have you ever read emailed somebody and spent time wondering whether they... 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
A recent research report has revealed that more than 90% of all... read more
Leave a Reply