Related Posts
Unable to negotiate with 140.211.10.43: no matching key exchange method found
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
How to get last insert id in Codeigniter
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
How to set flash message in Codeigniter
$this->session->mark_as_flash('item'); # Version 3.x only $this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
List of 56 popular or most used search engines
List of popular and most used search engines based on web research: ... read more
Sending SMS and WhatsApp messages from your Inbox
There are certain formal settings (like a conference, meeting or classroom) where... read more
How to use request data in a component in CakePHP
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
New Task Assigned In CakePHP, MySQL, JQUERY
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
Showing, Displaying or making hidden files visible in windows 10 or windows 8
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
How to remove, uninstall ICLOUD from windows 8 or windows 10
After a lots of headache, I find the solutions. I am using... read more
What is sr-only CSS class in twitter bootstrap 3 or 4?
As per official bootstrap documentation about "sr-only CSS class":

Leave a Reply
You must be logged in to post a comment.