Related Posts
Fatal error: Class ” not found in CodeIgniter
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
How to Check Ajax Request in CodeIgniter
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Update one column from value of another column from another table in MySQL
This can be achieved using a single query with join. We can... read more
How to remove Browser Modifier:Win32/Soctuseer Virus
If you are a victim of Browser Modifier Virus ( malware ) Browser... 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
What is a Class in PHP?
In simple words, class is a user defined datatype. Which have its... read more
What is sr-only CSS class in twitter bootstrap 3 or 4?
As per official bootstrap documentation about "sr-only CSS class":
Always add labels
Screen readers... read moreHow to write emails faster
One of the reasons why smart phones have become so popular is... read more
Using image as link in CAKEPHP and html code escape problem
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
Error Establishing a Database Connection in WordPress
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more

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